diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-11 19:03:57 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-11 19:03:57 +0100 |
commit | 0559bff00a6be2054194632c3543bf62af1fb56f (patch) | |
tree | f007a35d1d7af9a7fa1166831b982c84111baad7 /blabouncer.conf | |
parent | c46d01b5afd2da4779efb2700469037eca6122be (diff) |
Add the ability to replay messages from a replay log file. (No replay log file writing yet.)
Diffstat (limited to 'blabouncer.conf')
-rw-r--r-- | blabouncer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blabouncer.conf b/blabouncer.conf index 4f569dd..5b68918 100644 --- a/blabouncer.conf +++ b/blabouncer.conf @@ -7,3 +7,6 @@ nick = "blabounce" username = "blabounce" realname = "Mr Bla Bouncer" + +# How many seconds of relay log should be sent to connecting clients +relayseconds = "7200" |