diff options
| author | 2024-02-22 14:16:26 +0100 | |
|---|---|---|
| committer | 2024-02-22 14:16:26 +0100 | |
| commit | 4816bd54b07c16f605b055e4f19a59bd0a57d715 (patch) | |
| tree | 39c7efb6c3714333fb499c28e8f3168e64f9fe9d | |
| parent | Also reject posts from accounts that are too old to be true. (diff) | |
| parent | Merge pull request 'utils.c: *default_srv_config: change max_timeline_entries... (diff) | |
| download | snac2-4816bd54b07c16f605b055e4f19a59bd0a57d715.tar.gz snac2-4816bd54b07c16f605b055e4f19a59bd0a57d715.tar.xz snac2-4816bd54b07c16f605b055e4f19a59bd0a57d715.zip | |
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 = "{" | |||
| 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\": \"\"," |