Increase client message queue size.

pull/58/head
Christopher Young 2015-09-16 16:08:21 -04:00
rodzic 5f64bd39fd
commit 672fbfc396
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ const (
managementAddr = ":80"
debugLog = "/var/log/stratux.log"
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"
esReplayLog = "/var/log/stratux-es.log"