Enable upstream load for build object limit settings

This commit is contained in:
Jonathan G Rennison
2023-06-06 21:08:23 +01:00
parent fa0771979f
commit 57762ce9f6

View File

@@ -776,6 +776,7 @@ patxname = ""buy_land_rate_limit.construction.purchase_land_frame_burst""
[SDT_VAR]
var = construction.build_object_per_64k_frames
type = SLE_UINT32
flags = SF_ENABLE_UPSTREAM_LOAD
def = 32 << 16
min = 0
max = 1 << 30
@@ -786,6 +787,7 @@ patxname = ""build_object_rate_limit.construction.build_object_per_64k_frames""
[SDT_VAR]
var = construction.build_object_frame_burst
type = SLE_UINT16
flags = SF_ENABLE_UPSTREAM_LOAD
def = 2048
min = 0
max = 1 << 15