diff --git a/configs/core.cfg b/configs/core.cfg index 07855274..54c01e2f 100644 --- a/configs/core.cfg +++ b/configs/core.cfg @@ -125,4 +125,12 @@ * "no" - Warn about malware or illegal plugins loading */ "BlockBadPlugins" "yes" + + /** + * If a plugin takes too long to execute, hanging or freezing the game server in the process, + * SourceMod will attempt to terminate that plugin after the specified timeout length has + * passed. You can disable this feature by setting the value to "0". + */ + "SlowScriptTimeout" "8" } +