mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
feat(core): allow to disable auto-kick for idle players (#1550)
This commit is contained in:
@@ -212,6 +212,15 @@ MaxOverspeedPings = 2
|
||||
|
||||
GridUnload = 1
|
||||
|
||||
#
|
||||
# CloseIdleConnections
|
||||
# Description: Automatically close idle connections.
|
||||
# SocketTimeOutTime and SocketTimeOutTimeActive determine when a connection is considered as idle.
|
||||
# Default: 1 - (enable, Automatically close idle connections)
|
||||
# 0 - (disable, Do not close idle connections)
|
||||
|
||||
CloseIdleConnections = 1
|
||||
|
||||
#
|
||||
# SocketTimeOutTime
|
||||
# Description: Time (in milliseconds) after which a connection being idle on the character
|
||||
|
||||
Reference in New Issue
Block a user