Update connectivity.json
This commit is contained in:
parent
152efa73b4
commit
5a08de5daa
1 changed files with 5 additions and 1 deletions
|
|
@ -7,12 +7,16 @@
|
|||
"desc:": "Should play packet size limits be disabled? Error:(Badly compressed packet) default:true",
|
||||
"disablePacketLimits": true
|
||||
},
|
||||
"disableChatVerificationDisconnect": {
|
||||
"desc:": "(Clientside) Disables players disconnecting on chat message verification problems,(enable debugPrintMessages to see the message causing issues). default:true",
|
||||
"disableChatVerificationDisconnect": true
|
||||
},
|
||||
"debugPrintMessages": {
|
||||
"desc:": "Enable addition debug logging for networking errors. default:false",
|
||||
"debugPrintMessages": false
|
||||
},
|
||||
"logintimeout": {
|
||||
"desc:": "Set the max login timeout in ticks. 20 ticks = 1 sec, default = 2400 ticks",
|
||||
"desc:": "Set the max login timeout in seconds. default = 120",
|
||||
"logintimeout": 2400
|
||||
},
|
||||
"disconnectTimeout": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue