From 93e5231ab21ee3c295cf5fc153160cfdfadd5958 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 15 Nov 2013 20:39:12 +0000 Subject: [PATCH] bigger queue size --- node/icecast_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/icecast_config.go b/node/icecast_config.go index 1724be6e..10060a45 100644 --- a/node/icecast_config.go +++ b/node/icecast_config.go @@ -106,7 +106,7 @@ func defaultDebianConfig(publicIp string) *icecastConfig { Clients: maxClients, Sources: maxClients / 2, Threadpool: 16, - QueueSize: 2 << 10, + QueueSize: 1 << 20, ClientTimeout: 30, HeaderTimeout: 15, SourceTimeout: 5, -- GitLab