From e4d1706031540ae74ff104c44adeb735ee0bfcf4 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 7 Sep 2019 12:43:04 +0100 Subject: Add a configuration option to include the date in the timestamp when replaying the replay log. --- blabouncer.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blabouncer.conf.example') diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 76df607..12727c9 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -32,6 +32,9 @@ replaymode = "time" # How many seconds of replay log should be sent to connecting clients if replaymode = "time" replayseconds = "600" +# Should replay log timestamps include the date when replaying? ("1" for yes or "0" for no) +replaydates = "0" + # Connect password clients must provided to connect password = "bananas" -- cgit v1.2.3