Updated deadlock detector.
This commit is contained in:
@@ -130,6 +130,21 @@ InstantThreadPoolCount = 120
|
||||
UrgentPacketThreadCoreSize = 40
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# 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: True
|
||||
DeadLockDetector = True
|
||||
|
||||
# Default: 20
|
||||
DeadLockCheckInterval = 20
|
||||
|
||||
# Default: False
|
||||
RestartOnDeadlock = False
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Misc Player Settings
|
||||
# ---------------------------------------------------------------------------
|
||||
|
@@ -1,20 +0,0 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# Daemons settings
|
||||
# ---------------------------------------------------------------------------
|
||||
# Preamble:
|
||||
# Standard set up is possible only two parameters of demons:
|
||||
# - Pereodichnost run in milliseconds
|
||||
# - Delay in milliseconds before starting
|
||||
# Zero or the number of negative values of this trip of a parameter
|
||||
# For example:
|
||||
# DeadLockCheck = -1
|
||||
# Now the demon-stream after completing his tasks will disappear forever.
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# 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
|
Reference in New Issue
Block a user