Initial Upload
This commit is contained in:
24
conf/mod-server-idler.conf.dist
Normal file
24
conf/mod-server-idler.conf.dist
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user