roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 207
i use this global event, every 20 minutes is save a server.
but it freeze 3~4 seconds every save.
Have another method to execute server save, that is more optizimed than this?
OBS: tips like increasing the save time to so many minutes, didn’t solve my problem. and if the server goes down, the rollback will be greater.
but it freeze 3~4 seconds every save.
Have another method to execute server save, that is more optizimed than this?
OBS: tips like increasing the save time to so many minutes, didn’t solve my problem. and if the server goes down, the rollback will be greater.
LUA:
function onThink(interval, lastExecution)
saveServer()
return true
end