summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorGravatar default2024-02-22 14:16:26 +0100
committerGravatar default2024-02-22 14:16:26 +0100
commit4816bd54b07c16f605b055e4f19a59bd0a57d715 (patch)
tree39c7efb6c3714333fb499c28e8f3168e64f9fe9d /utils.c
parentAlso reject posts from accounts that are too old to be true. (diff)
parentMerge pull request 'utils.c: *default_srv_config: change max_timeline_entries... (diff)
downloadpenes-snac2-4816bd54b07c16f605b055e4f19a59bd0a57d715.tar.gz
penes-snac2-4816bd54b07c16f605b055e4f19a59bd0a57d715.tar.xz
penes-snac2-4816bd54b07c16f605b055e4f19a59bd0a57d715.zip
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 7c075c7..f972794 100644
--- a/utils.c
+++ b/utils.c
@@ -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\": \"\","