mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Merge pull request 'utils.c: *default_srv_config: change max_timeline_entries default to 50' (#138) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/138
This commit is contained in:
commit
695ffa1406
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