Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
config:javascript [2021/03/06 16:41] – [JavaScript] move detailed notes from sbbs.ini page digital manconfig:javascript [2021/03/07 03:07] – [JavaScript] Specify the default JavaScriptOptions more clearly using the symbolic names digital man
Line 16: Line 16:
 |''JavaScriptYieldInterval'' | 10000     | Time-slice yield interval (in "operation callbacks", 0=disabled) | |''JavaScriptYieldInterval'' | 10000     | Time-slice yield interval (in "operation callbacks", 0=disabled) |
 |''JavaScriptLoadPath''     | ''load''   | Directories (comma-separated) to search for JS load-libraries | |''JavaScriptLoadPath''     | ''load''   | Directories (comma-separated) to search for JS load-libraries |
-|''JavaScriptOptions''      | 0xC810     | See [[#Options]] below |+|''JavaScriptOptions''      | ''JIT | COMPILE_N_GO'' | See [[#Options]] below |
  
 ===== Notes ===== ===== Notes =====
Line 68: Line 68:
  
 The default JavaScript option flags (when the key is not specified) are: The default JavaScript option flags (when the key is not specified) are:
-  JIT | METHODJIT | COMPILE_N_GO | PROFILING+  JIT | COMPILE_N_GO
  
 ===== See Also ===== ===== See Also =====