Configuration adjustments to match other branches.

This commit is contained in:
MobiusDevelopment
2019-07-31 10:03:25 +00:00
parent 1bfea0f2ae
commit c704d4687a
22 changed files with 1707 additions and 1882 deletions

View File

@@ -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