mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Merge pull request #1093 from psforever/pbdelay
Increase default packet bundling delay
This commit is contained in:
commit
bdacec44bc
|
|
@ -234,7 +234,7 @@ anti-cheat {
|
|||
network {
|
||||
middleware {
|
||||
# How often between executions of the outbound bundling process
|
||||
packet-bundling-delay = 25 milliseconds
|
||||
packet-bundling-delay = 50 milliseconds
|
||||
|
||||
# Pause inbound packet transmission towards the network if the sequence number is out of order
|
||||
# Packets are put aside until the sequence is restored, or this timeout passes
|
||||
|
|
|
|||
Loading…
Reference in a new issue