mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
utils.c: *default_srv_config: change max_timeline_entries default to 50
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
1061414775
commit
9161ce30eb
1 changed files with 1 additions and 1 deletions
2
utils.c
2
utils.c
|
@ -26,7 +26,7 @@ static const char *default_srv_config = "{"
|
|||
"\"queue_retry_minutes\": 2,"
|
||||
"\"queue_retry_max\": 10,"
|
||||
"\"cssurls\": [\"\"],"
|
||||
"\"max_timeline_entries\": 128,"
|
||||
"\"max_timeline_entries\": 50,"
|
||||
"\"timeline_purge_days\": 120,"
|
||||
"\"local_purge_days\": 0,"
|
||||
"\"admin_email\": \"\","
|
||||
|
|
Loading…
Reference in a new issue