summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-19 20:34:10 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-19 20:34:10 +0100
commit47ab329212bf47f2f70fc7210e4d233210279944 (patch)
treeca480b1f2a626a17378a1f8779eeae3a031166ed /config.c
parent2d9ef7932da099d7a1f4afb8f9c4565ec6c09d2e (diff)
Reduce default "upon connecting" replay time from 2 hours to 10 minutes.
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index f557001..b021f75 100644
--- a/config.c
+++ b/config.c
@@ -178,7 +178,7 @@ int createconfigfile(char *filename) {
"#channels = \"#blabouncer,#test\"\n"
"\n"
"# How many seconds of replay log should be sent to connecting clients\n"
- "replayseconds = \"7200\"\n"
+ "replayseconds = \"600\"\n"
"\n"
"# Connect password clients must provided to connect\n"
"password = \"bananas\"\n"