Updated deadlock detector.

This commit is contained in:
MobiusDevelopment
2021-05-15 21:27:37 +00:00
parent ee84ae87fa
commit 6b5c3c6d21
12 changed files with 312 additions and 284 deletions

View File

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