diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 12:43:04 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 12:43:04 +0100 |
commit | e4d1706031540ae74ff104c44adeb735ee0bfcf4 (patch) | |
tree | 46e12bb133f0810bf9f535ad8f34a7415746c31f /blabouncer.conf.example | |
parent | 38bd2b2761b7d0f556945ffad78f73536e12e157 (diff) |
Add a configuration option to include the date in the timestamp when replaying the replay log.
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r-- | blabouncer.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
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" |