aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/cfg
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-27 04:43:43 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-27 04:43:43 +0000
commit449cb6f54c9fbad225dd9c6b1651a738b1dcabce (patch)
tree79ffee7483b0d79d877b6900ddd42fa81d8a3211 /Northstar.CustomServers/mod/cfg
parent21cd8a0e32cda8d5b868ebbeb2105af4d31afb86 (diff)
downloadNorthstarMods-449cb6f54c9fbad225dd9c6b1651a738b1dcabce.tar.gz
NorthstarMods-449cb6f54c9fbad225dd9c6b1651a738b1dcabce.zip
fix some crashes and evac playing in ttdm
Diffstat (limited to 'Northstar.CustomServers/mod/cfg')
-rw-r--r--Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg b/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg
index cfd0ffe84..d92ca3ec1 100644
--- a/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg
+++ b/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg
@@ -16,7 +16,7 @@ ns_should_return_to_lobby 1 // whether the server should return to private match
net_chan_limit_mode 2 // kick clients that go over the limit
net_chan_limit_msec_per_sec 100 // number of milliseconds of server netchan processing time clients can use per second before getting kicked
-sv_querylimit_per_sec 10 // number of connectionless packets clients can send to this server per second without getting blocked
+sv_querylimit_per_sec 15 // number of connectionless packets clients can send to this server per second without getting blocked
base_tickinterval_mp 0.016666667 // default tickrate: 60 tick
sv_updaterate_mp 20 // default updaterate: 20 tick
sv_minupdaterate 20 // unsure if this actually works, but if it does, should set minimum client updaterate