User Tools

Site Tools


mbbsemu:configuration:appsettings.json

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
mbbsemu:configuration:appsettings.json [2020/12/29 13:47] tudaymbbsemu:configuration:appsettings.json [2020/12/29 13:53] tuday
Line 8: Line 8:
 **`BBS.Title`** : `string` : Correlates to `MAJORBBS->bbsttl`. Some Modules make use of this configuration value to display the name of the Bulletin Board system to the users. **`BBS.Title`** : `string` : Correlates to `MAJORBBS->bbsttl`. Some Modules make use of this configuration value to display the name of the Bulletin Board system to the users.
  
-**`Timer.Hertz`**: `int` : +**`Timer.Hertz`**: `int` : Controls speed of main BBS program loop execution. 0 = full speed/100% processor. Value of 18 minimum is recommended -- depending on your hardware ymmv, 144 works well on modern processors while keeping CPU <5%. 
  
 **`BBS.Channels`** : `int` : Set the maximum number of channels (users) that can use the system simultaneously  **`BBS.Channels`** : `int` : Set the maximum number of channels (users) that can use the system simultaneously 
Line 57: Line 57:
 { {
   "BBS.Title": "Example BBS",   "BBS.Title": "Example BBS",
 +  "Timer.Hertz": "0",
   "BBS.Channels": "4",   "BBS.Channels": "4",
   "GSBL.BTURNO": "12345678",   "GSBL.BTURNO": "12345678",
mbbsemu/configuration/appsettings.json.txt · Last modified: 2023/12/09 19:56 by enusbaum