diff --git a/node/icecast_config.go b/node/icecast_config.go index 1724be6ede479d5586aab8d1ec6246e411cfc425..10060a4592dd2b0571dc8b02c3fdead7a7681fea 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,