diff options
author | default <nobody@localhost> | 2022-11-22 20:04:08 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-22 20:04:08 +0100 |
commit | ade45f979eed9f73c3a0a3b88db659a7c3efdff1 (patch) | |
tree | 8425f7caa4dffd9c467e40fdd06c8be4513acfa5 /data.c | |
parent | b487b41be63315b6c0994b43418fb3b4fd181d03 (diff) |
Increased max grampa levels.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |