kopia lustrzana https://github.com/cyoung/stratux
Increase client message queue size.
rodzic
5f64bd39fd
commit
672fbfc396
|
@ -23,7 +23,7 @@ const (
|
||||||
managementAddr = ":80"
|
managementAddr = ":80"
|
||||||
debugLog = "/var/log/stratux.log"
|
debugLog = "/var/log/stratux.log"
|
||||||
maxDatagramSize = 8192
|
maxDatagramSize = 8192
|
||||||
maxUserMsgQueueSize = 2500 // About 1MB per port per connected client.
|
maxUserMsgQueueSize = 25000 // About 10MB per port per connected client.
|
||||||
uatReplayLog = "/var/log/stratux-uat.log"
|
uatReplayLog = "/var/log/stratux-uat.log"
|
||||||
esReplayLog = "/var/log/stratux-es.log"
|
esReplayLog = "/var/log/stratux-es.log"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue