]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
Add ratelimit for high-bandwidth commands.
[solanum.git] / doc / reference.conf
index c0431fa31d1310f7888eed8a2c00167fec3edd30..bce1ea33fc0ff8d2a41cf5604600926c8f09baf4 100755 (executable)
@@ -1264,6 +1264,13 @@ general {
        client_flood_burst_max = 5;
        client_flood_message_time = 1;
        client_flood_message_num = 2;
+
+       /* max_ratelimit_tokens: the maximum number of ratelimit tokens that one
+        * user can accumulate. This attempts to limit the amount of outbound
+        * bandwidth one user can consume.  Do not change unless you know what
+        * you're doing.
+        */
+       max_ratelimit_tokens = 30;
 };
 
 modules {