From 7071e0cd71d4ca881a7de9db0b68c3903f114230 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Wed, 5 Nov 2014 09:45:32 +0000 Subject: [PATCH] increase burst-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 c6546fe1..e74482ea 100644 --- a/node/icecast_config.go +++ b/node/icecast_config.go @@ -154,7 +154,7 @@ func defaultDebianConfig(publicIp string) *icecastConfig { HeaderTimeout: 15, SourceTimeout: 60, // BurstOnConnect: 1, - BurstSize: 65535, + BurstSize: 131072, }, Auth: iceAuthenticationConfig{ SourcePassword: sourcePw, -- GitLab