reduce write flush interval

This commit is contained in:
Reese Norris
2024-10-22 12:46:06 -07:00
parent a683c24300
commit 84880a9091

View File

@@ -20,7 +20,7 @@ import (
)
const maxFSDPacketSize = 1536
const writeFlushInterval = 200 * time.Millisecond
const writeFlushInterval = 50 * time.Millisecond
var AlwaysImmediate = false