diff options
author | grunfink <grunfink@noreply.codeberg.org> | 2024-02-22 13:16:06 +0000 |
---|---|---|
committer | grunfink <grunfink@noreply.codeberg.org> | 2024-02-22 13:16:06 +0000 |
commit | 695ffa1406f1ec9110260348944f928345d82639 (patch) | |
tree | 8ce5515a9b44c7c45790a375ce94790b94d287c1 | |
parent | 1061414775f26324b2aeb76577ef1fffa1e223d3 (diff) | |
parent | 9161ce30eb68d622eacc6c23017ca59279cc02d9 (diff) |
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
-rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\": \"\"," |