# # Server Idler configuration # # ServerIdler.Enable # Description: Enable/disable the server idler module. # Default: 1 - (Enabled) # 0 - (Disabled) # ServerIdler.Enable = 1 # ServerIdler.IntervalIdle # Description: Map update interval (in milliseconds) when NO players are online. # Important: Higher values = less CPU usage, but slower world updates. # Default: 200 # ServerIdler.IntervalIdle = 200 # ServerIdler.IntervalActive # Description: Map update interval (in milliseconds) when at least one player is online. # Important: Typically matches or is close to your MapUpdateInterval in worldserver.conf. # Default: 10 # ServerIdler.IntervalActive = 10