TOverloadAction

Possible actions taken on new incoming connections when the server is overloaded.

Values

ValueMeaning
NONE

Do not take any special actions while the server is overloaded, just continue accepting connections.

CLOSE_ON_ACCEPT

Immediately drop new connections after they have been accepted if the server is overloaded.

Meta