Преглед изворни кода

bump recommended CHATHISTORY limit to 1000

Discussed with emersion, this is the value used in soju and it works fine.
tags/v2.10.0-rc1
Shivaram Lingamneni пре 2 година
родитељ
комит
b66ea9f56d
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1
    1
      default.yaml
  2. 1
    1
      traditional.yaml

+ 1
- 1
default.yaml Прегледај датотеку

@@ -913,7 +913,7 @@ history:
913 913
 
914 914
     # maximum number of CHATHISTORY messages that can be
915 915
     # requested at once (0 disables support for CHATHISTORY)
916
-    chathistory-maxmessages: 100
916
+    chathistory-maxmessages: 1000
917 917
 
918 918
     # maximum number of messages that can be replayed at once during znc emulation
919 919
     # (znc.in/playback, or automatic replay on initial reattach to a persistent client):

+ 1
- 1
traditional.yaml Прегледај датотеку

@@ -885,7 +885,7 @@ history:
885 885
 
886 886
     # maximum number of CHATHISTORY messages that can be
887 887
     # requested at once (0 disables support for CHATHISTORY)
888
-    chathistory-maxmessages: 100
888
+    chathistory-maxmessages: 1000
889 889
 
890 890
     # maximum number of messages that can be replayed at once during znc emulation
891 891
     # (znc.in/playback, or automatic replay on initial reattach to a persistent client):

Loading…
Откажи
Сачувај