mod-server-idler/conf/mod-server-idler.conf.dist

25 lines
721 B
Plaintext
Raw Permalink Normal View History

2025-11-15 17:59:03 -08:00
#
# 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