Browse Source

fix(prosody): Bump s2s limits for visitors.

damencho 2 months ago
parent
commit
26b01be871
1 changed files with 3 additions and 0 deletions
  1. 3 0
      prosody/rootfs/defaults/conf.d/visitors.cfg.lua

+ 3 - 0
prosody/rootfs/defaults/conf.d/visitors.cfg.lua

@@ -51,6 +51,9 @@ limits = {
     c2s = {
         rate = "512kb/s";
     };
+    s2sin = {
+        rate = "512kb/s";
+    };
 }
 
 authentication = 'internal_hashed'