mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-12-24 00:23:38 +00:00
Set default max_timeline_entries to 128.
This commit is contained in:
parent
30e1a8ce08
commit
3c95c8a7a3
1 changed files with 1 additions and 1 deletions
2
utils.c
2
utils.c
|
@ -23,7 +23,7 @@ const char *default_srv_config = "{"
|
|||
"\"queue_retry_minutes\": 2,"
|
||||
"\"queue_retry_max\": 10,"
|
||||
"\"cssurls\": [\"\"],"
|
||||
"\"max_timeline_entries\": 256,"
|
||||
"\"max_timeline_entries\": 128,"
|
||||
"\"timeline_purge_days\": 120,"
|
||||
"\"local_purge_days\": 0"
|
||||
"}";
|
||||
|
|
Loading…
Reference in a new issue