mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-29 21:47:59 +01:00
clarify when history.channel-length applies (#2323)
This commit is contained in:
parent
3ff0341944
commit
2b1dad982f
@ -1007,10 +1007,12 @@ history:
|
|||||||
# in your country and the countries of your users.
|
# in your country and the countries of your users.
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# how many channel-specific events (messages, joins, parts) should be tracked per channel?
|
# if the in-memory backend is enabled for a channel, how many channel-specific events
|
||||||
|
# (messages, joins, parts) should be retained?
|
||||||
channel-length: 2048
|
channel-length: 2048
|
||||||
|
|
||||||
# how many direct messages and notices should be tracked per user?
|
# if the in-memory backend is enabled for a user, how many direct messages
|
||||||
|
# and notices should be retained?
|
||||||
client-length: 256
|
client-length: 256
|
||||||
|
|
||||||
# how long should we try to preserve messages?
|
# how long should we try to preserve messages?
|
||||||
|
|||||||
@ -978,10 +978,12 @@ history:
|
|||||||
# in your country and the countries of your users.
|
# in your country and the countries of your users.
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# how many channel-specific events (messages, joins, parts) should be tracked per channel?
|
# if the in-memory backend is enabled for a channel, how many channel-specific events
|
||||||
|
# (messages, joins, parts) should be retained?
|
||||||
channel-length: 2048
|
channel-length: 2048
|
||||||
|
|
||||||
# how many direct messages and notices should be tracked per user?
|
# if the in-memory backend is enabled for a user, how many direct messages
|
||||||
|
# and notices should be retained?
|
||||||
client-length: 256
|
client-length: 256
|
||||||
|
|
||||||
# how long should we try to preserve messages?
|
# how long should we try to preserve messages?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user