diff options
| author | 2024-02-22 20:00:07 +0700 | |
|---|---|---|
| committer | 2024-02-22 20:00:07 +0700 | |
| commit | 9161ce30eb68d622eacc6c23017ca59279cc02d9 (patch) | |
| tree | 8ce5515a9b44c7c45790a375ce94790b94d287c1 /utils.c | |
| parent | Also apply 1em patch to utils.c. (diff) | |
| download | penes-snac2-9161ce30eb68d622eacc6c23017ca59279cc02d9.tar.gz penes-snac2-9161ce30eb68d622eacc6c23017ca59279cc02d9.tar.xz penes-snac2-9161ce30eb68d622eacc6c23017ca59279cc02d9.zip | |
utils.c: *default_srv_config: change max_timeline_entries default to 50
Signed-off-by: Yonle <yonle@lecturify.net>
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -26,7 +26,7 @@ static const char *default_srv_config = "{" | |||
| 26 | "\"queue_retry_minutes\": 2," | 26 | "\"queue_retry_minutes\": 2," |
| 27 | "\"queue_retry_max\": 10," | 27 | "\"queue_retry_max\": 10," |
| 28 | "\"cssurls\": [\"\"]," | 28 | "\"cssurls\": [\"\"]," |
| 29 | "\"max_timeline_entries\": 128," | 29 | "\"max_timeline_entries\": 50," |
| 30 | "\"timeline_purge_days\": 120," | 30 | "\"timeline_purge_days\": 120," |
| 31 | "\"local_purge_days\": 0," | 31 | "\"local_purge_days\": 0," |
| 32 | "\"admin_email\": \"\"," | 32 | "\"admin_email\": \"\"," |