mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Force no net processing budget on development launch
This commit is contained in:
parent
524962ac44
commit
422c9952d2
@ -9,7 +9,8 @@ developer "1" // Required for DEVELOPER script.
|
||||
//////////////////////////
|
||||
//// NETCHAN ////
|
||||
//////////////////////////
|
||||
net_userandomkey "0" // Whether to use the default netkey or a randomized key on launch.
|
||||
net_useRandomKey "0" // Use a randomized netkey on launch.
|
||||
net_processTimeBudget "0" // Net message process budget in milliseconds (removing netchannel if exceeded).
|
||||
net_usesocketsforloopback "1" // Whether to use network sockets layer for packets.
|
||||
|
||||
//////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user