summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-22 20:04:08 +0100
committerdefault <nobody@localhost>2022-11-22 20:04:08 +0100
commitade45f979eed9f73c3a0a3b88db659a7c3efdff1 (patch)
tree8425f7caa4dffd9c467e40fdd06c8be4513acfa5 /data.c
parentb487b41be63315b6c0994b43418fb3b4fd181d03 (diff)
Increased max grampa levels.
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 0b3361e..21cf41e 100644
--- a/data.c
+++ b/data.c
@@ -517,7 +517,7 @@ int _timeline_write(snac *snac, char *id, char *msg, char *parent, char *referre
/* now iterate all parents up, just renaming the files */
xs *grampa = xs_dup(xs_dict_get(meta, "parent"));
- int max_levels = 10;
+ int max_levels = 20;
while (!xs_is_null(grampa)) {
xs *gofn = _timeline_find_fn(snac, grampa);