]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Add the config handling code for expire_override_time config option.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 672946d7477bea63620d9eefac2c2d36c3196563..96057d7861bf4e4010eff82cbd21d5b9141c26ba 100755 (executable)
@@ -1260,6 +1260,12 @@ general {
        /* throttle_count: Number of connections within throttle_duration that it takes
         * for throttling to take effect */
        throttle_count = 4;
+
+       /* expire_override_time: User mode +p (override) will be automatically unset
+        * this long after it is set. 0 disables this (not recommended). Default is
+        * 5 minutes.
+        */
+       expire_override_time = 5 minutes;
 };
 
 modules {