From 47ab329212bf47f2f70fc7210e4d233210279944 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 19 May 2019 20:34:10 +0100 Subject: Reduce default "upon connecting" replay time from 2 hours to 10 minutes. --- blabouncer.conf.example | 2 +- config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 2fd3df0..e9bc15a 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -18,7 +18,7 @@ realname = "Mr Bla Bouncer" #channels = "#blabouncer,#test" # How many seconds of replay log should be sent to connecting clients -replayseconds = "7200" +replayseconds = "600" # Connect password clients must provided to connect password = "bananas" 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" -- cgit v1.2.3