Skip to content
Snippets Groups Projects
Commit 9ed3dd85 authored by deuce's avatar deuce
Browse files

Add BindRetryCount and BindRetryDelay with comments.

parent b3c95e0e
Branches
Tags
No related merge requests found
......@@ -22,6 +22,11 @@
TempDirectory=
; Increase value to decrease semaphore file checking frequency:
SemFileCheckFrequency=5 ; seconds
; Set the number of times a bind() will be attempted for each port.
; increase this if you get errors binding to ports on reloads
BindRetryCount=2
; Delay between bind retries
BindRetryDelay=15
[BBS]
; Set to 'false' to disable Telnet/Rlogin/Event server:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment