diff options
author | default <nobody@localhost> | 2024-02-22 14:16:26 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-22 14:16:26 +0100 |
commit | 4816bd54b07c16f605b055e4f19a59bd0a57d715 (patch) | |
tree | 39c7efb6c3714333fb499c28e8f3168e64f9fe9d | |
parent | 1af00abfba71f07baa02d6745bffb623579d6d41 (diff) | |
parent | 695ffa1406f1ec9110260348944f928345d82639 (diff) |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
-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\": \"\"," |