Added missing core.cfg entry.

This commit is contained in:
David Anderson 2013-08-14 23:59:31 -07:00
parent 3ac43497b9
commit caa3343dea

View File

@ -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"
}