Chat Server error #70130: the script "XXX" was disabled due to timeout (NNN ms)
Error
Error #70130: the script "XXX" was disabled due to timeout (NNN ms)
Error description
The script has been executing for a long period of time and was interrupted due to security measures.
Problem solution
1.Check if the algorithm is written in the most optimal way with no loops and frequent calls of "heavy" operations.
2.Use the function SetScriptTimeOut for increasing default timeout of 5 seconds to your value. Use this function in exceptional cases when there is not other way to accelerate execution.
3.If the script handles some events, disable the option for blocking "long" scripts in the server settings.