From caa3343dea95562bce10696ccbf7355ee5e84cc3 Mon Sep 17 00:00:00 2001 From: David Anderson <dvander@alliedmods.net> Date: Wed, 14 Aug 2013 23:59:31 -0700 Subject: [PATCH] Added missing core.cfg entry. --- configs/core.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) 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" } +