mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-21 19:39:43 +01:00
bump recommended CHATHISTORY limit to 1000
Discussed with emersion, this is the value used in soju and it works fine.
This commit is contained in:
parent
1e7775f6de
commit
b66ea9f56d
@ -913,7 +913,7 @@ history:
|
||||
|
||||
# maximum number of CHATHISTORY messages that can be
|
||||
# requested at once (0 disables support for CHATHISTORY)
|
||||
chathistory-maxmessages: 100
|
||||
chathistory-maxmessages: 1000
|
||||
|
||||
# maximum number of messages that can be replayed at once during znc emulation
|
||||
# (znc.in/playback, or automatic replay on initial reattach to a persistent client):
|
||||
|
@ -885,7 +885,7 @@ history:
|
||||
|
||||
# maximum number of CHATHISTORY messages that can be
|
||||
# requested at once (0 disables support for CHATHISTORY)
|
||||
chathistory-maxmessages: 100
|
||||
chathistory-maxmessages: 1000
|
||||
|
||||
# maximum number of messages that can be replayed at once during znc emulation
|
||||
# (znc.in/playback, or automatic replay on initial reattach to a persistent client):
|
||||
|
Loading…
Reference in New Issue
Block a user