disable history by default

This commit is contained in:
Shivaram Lingamneni 2019-02-10 06:06:11 -05:00
parent 3220242fae
commit ecfac82a22
1 changed files with 2 additions and 2 deletions

View File

@ -485,10 +485,10 @@ fakelag:
history:
# should we store messages for later playback?
# the current implementation stores messages in RAM only; they do not persist
# across server restarts. however, you should disable this unless you understand
# across server restarts. however, you should not enable this unless you understand
# how it interacts with the GDPR and/or any data privacy laws that apply
# in your country and the countries of your users.
enabled: true
enabled: false
# how many channel-specific events (messages, joins, parts) should be tracked per channel?
channel-length: 256