forked from External/ergo
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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue