diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-19 20:34:10 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-19 20:34:10 +0100 |
commit | 47ab329212bf47f2f70fc7210e4d233210279944 (patch) | |
tree | ca480b1f2a626a17378a1f8779eeae3a031166ed /blabouncer.conf.example | |
parent | 2d9ef7932da099d7a1f4afb8f9c4565ec6c09d2e (diff) |
Reduce default "upon connecting" replay time from 2 hours to 10 minutes.
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r-- | blabouncer.conf.example | 2 |
1 files changed, 1 insertions, 1 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" |