Skip to content
Snippets Groups Projects
Commit b0c45b3c authored by rswindell's avatar rswindell
Browse files

Updated comments:

 - Fixed mention of $HOSTNAME.ini being supported
 - Added reference to wiki page (where most comments should be moved)
Fixed default value of SemFileCheckFrequency.
Added LoginAttempt* key values to [global] section.
parent f9cf2d50
No related branches found
No related tags found
No related merge requests found
; sbbs.ini
; $Id$
; Synchronet Startup Configuration (Initialization) File
; Synchronet BBS Initialization File
; $SBBSCTRL/$HOSTNAME.ini, if it exists, will be loaded instead of sbbs.ini.
; sbbs Command-line options, if specified, will override these settings.
; $SBBSCTRL/sbbs.$HOSTNAME.ini, if it exists, will be loaded instead of sbbs.ini.
; sbbs[.exe] command-line options, if specified, will override these settings.
; $Id$
; See http://wiki.synchro.net/config:sbbs.ini for more details on format and supported values
[Global]
; Override system address for this instance (optional):
......@@ -20,7 +20,7 @@
; of this temp dir.
TempDirectory=
; Increase this value to decrease semaphore file checking frequency (actually an interval):
SemFileCheckFrequency=5 ; seconds
SemFileCheckFrequency=2 ; 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
......@@ -45,6 +45,12 @@
JavaScriptYieldInterval = 10000
; Comma-separated list of load paths (relative to exec or mods directories):
JavaScriptLoadPath = load
; Failed login-attempt tracking, throttling, logging, and filtering:
LoginAttemptDelay = 5000
LoginAttemptThrottle = 1000
LoginAttemptHackThreshold = 10
LoginAttemptFilterThreshold = 0
[BBS] Terminal Server
; 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.
Finish editing this message first!
Please register or to comment