Configuration adjustments to match other branches.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# Daemons settings
|
||||
# ---------------------------------------------------------------------------
|
||||
# Preamble:
|
||||
# Standard set up is possible only two parameters of demons:
|
||||
# - Pereodichnost run in milliseconds
|
||||
@@ -29,8 +32,12 @@ CheckTeleportZombiesDelay = 60000
|
||||
CleanDBInitial = 300000
|
||||
CleanDBDelay = 900000
|
||||
|
||||
# DEAD LOCK CHECK DAEMON:
|
||||
# Allows to block the flow and see what they blocked
|
||||
# More details: http://en.wikipedia.org/wiki/Deadlock
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Dead Lock Detector (separate thread for detecting deadlocks)
|
||||
# ---------------------------------------------------------------------------
|
||||
# For improved crash logs and automatic restart in deadlock case if enabled.
|
||||
# Check interval is in seconds.
|
||||
# Default: 0 (disabled)
|
||||
DeadLockCheck = 0
|
||||
DeadLockDelay = 0
|
||||
DeadLockDelay = 0
|
||||
|
||||
Reference in New Issue
Block a user