diff --git a/node/icecast_config.go b/node/icecast_config.go
index c6546fe115b49632844e4d754a8cc3c56dba80b6..e74482ea5c9d769fe6d5a6916c9ec41a1ec729fe 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,