Quellcode durchsuchen

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 vor 2 Jahren
Ursprung
Commit
b66ea9f56d
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1
    1
      default.yaml
  2. 1
    1
      traditional.yaml

+ 1
- 1
default.yaml Datei anzeigen

@@ -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 Datei anzeigen

@@ -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):

Laden…
Abbrechen
Speichern