bugfixes and a new timeout setting.
- You can adjust the timeout before it kills the server because of a freeze. You can do it by putting
lua_run antifreeze.SetTimeout(#)
in your server cfg or puttingantifreeze.SetTimeout(#)
inside the antifreeze.lua. Default value is 60 seconds, replace # with any positive integer you want.