Add setting for server sent commands per frame limit

Use higher of this and existing commands per frame limit setting
for server-originating commands, e.g. GS
This commit is contained in:
Jonathan G Rennison
2023-05-23 21:55:10 +01:00
parent a25e674f06
commit 72dcdfafbd
3 changed files with 14 additions and 0 deletions

View File

@@ -69,6 +69,15 @@ min = 1
max = 65535
cat = SC_EXPERT
[SDTC_VAR]
var = network.commands_per_frame_server
type = SLE_UINT16
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC | SF_NETWORK_ONLY
def = 16
min = 1
max = 65535
cat = SC_EXPERT
[SDTC_VAR]
var = network.max_commands_in_queue
type = SLE_UINT16