mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Increased max grampa levels.
This commit is contained in:
parent
b487b41be6
commit
ade45f979e
2
data.c
2
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);
|
||||
|
Loading…
Reference in New Issue
Block a user