mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 11:59:40 +01:00
Merge pull request #1919 from slingamn/default
bump recommended CHATHISTORY limit to 1000
This commit is contained in:
commit
302c9cb908
@ -913,7 +913,7 @@ history:
|
|||||||
|
|
||||||
# maximum number of CHATHISTORY messages that can be
|
# maximum number of CHATHISTORY messages that can be
|
||||||
# requested at once (0 disables support for CHATHISTORY)
|
# 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
|
# 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):
|
# (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
|
# maximum number of CHATHISTORY messages that can be
|
||||||
# requested at once (0 disables support for CHATHISTORY)
|
# 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
|
# 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):
|
# (znc.in/playback, or automatic replay on initial reattach to a persistent client):
|
||||||
|
Loading…
Reference in New Issue
Block a user