mirror of
https://github.com/renorris/openfsd
synced 2026-04-18 00:45:33 +08:00
reduce write flush interval
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
const maxFSDPacketSize = 1536
|
||||
const writeFlushInterval = 200 * time.Millisecond
|
||||
const writeFlushInterval = 50 * time.Millisecond
|
||||
|
||||
var AlwaysImmediate = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user