Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to Synchronet Multinode BBS Softwar... <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
mark lewis | Nightfox | SlyEdit, js memory with spell check |
June 18, 2019 9:19 PM * |
|||
On 2019 Jun 18 17:10:38, you wrote to echicken: Ni> I haven't changed mine (that I remember), but I suppose it's possible Ni> the defaults (and the values in CVS) have changed over time.. FWIW: here's that section from my sbbs.ini... it has some more details/explanations and has not been modified from the defaults... i've put blank lines between each one so word wrapping doesn't make a dogs breakfast out of it... ; JavaScript values can be specified here *and* in server-specific sections ; JavaScript values specified in server-specific sections will over-ride the global values ; Maximum allocation of memory per JS run-time: JavaScriptMaxBytes = 8M ; 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): JavaScriptGcInterval = 100 ; Time-slice yield interval (in ticks): JavaScriptYieldInterval = 10000 ; Comma-separated list of load paths (relative to exec or mods directories): JavaScriptLoadPath = load and sbbsdefs.h contains the following javascript defaults... again with the blank lines inserted... #define JAVASCRIPT_MAX_BYTES (8*1024*1024) #define JAVASCRIPT_CONTEXT_STACK (16*1024) #define JAVASCRIPT_TIME_LIMIT (24*60*600) /* in 100ms ticks */ #define JAVASCRIPT_YIELD_INTERVAL 10000 #define JAVASCRIPT_GC_INTERVAL 100 #define JAVASCRIPT_LOAD_PATH "load" #define JAVASCRIPT_LOAD_PATH_LIST "load_path_list" so yes, if there is no global or server specific javascript settings, the code has built in defaults which match those i show above... )\/(ark Always Mount a Scratch Monkey Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong... ... Bulletin Broads Baud Better! --- * Origin: (1:3634/12.73) |
||||||
|
Previous Message | Next Message | Back to Synchronet Multinode BBS Softwar... <-- <--- | Return to Home Page |
Execution Time: 0.0853 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |