Skip to content
Snippets Groups Projects
Commit ce2503ae authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

A bit of re-sync with actual keys

Remove JavaScriptContextStack (no longer used).
Add *Sound keys to the [Global] section.
parent 7effd1d9
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2589 passed
......@@ -37,8 +37,6 @@
; JavaScript values specified in server-specific sections will over-ride the global values
; Maximum allocation of memory per JS run-time:
JavaScriptMaxBytes = 160M
; Maximum stack size per JS context:
JavaScriptContextStack = 16K
; Maximum number of ticks (100ms) before auto-termination of script:
JavaScriptTimeLimit = 864000
; Garbage Collection interval (in ticks):
......@@ -54,7 +52,12 @@
LoginAttemptFilterThreshold = 0
LoginAttemptTempBanThreshold = 20
LoginAttemptTempBanDuration = 600
; Sound (*.wav) files to play on specific events:
AnswerSound =
HangupSound =
LoginSound =
LogoutSound =
HackAttemptSound =
[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