Commit 0532cabd authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Increase default client outgoing message queue size.

parent 4c843b5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ func NewSocketConfig() *SocketConfig {
		WriteWaitMs:         5000,
		PongWaitMs:          10000,
		PingPeriodMs:        8000,
		OutgoingQueueSize:   16,
		OutgoingQueueSize:   64,
		SSLCertificate:      "",
		SSLPrivateKey:       "",
	}