Skip to content
Snippets Groups Projects
Commit 7071e0cd authored by ale's avatar ale
Browse files

increase burst-size

parent 35fee789
Branches
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ func defaultDebianConfig(publicIp string) *icecastConfig {
HeaderTimeout: 15,
SourceTimeout: 60,
// BurstOnConnect: 1,
BurstSize: 65535,
BurstSize: 131072,
},
Auth: iceAuthenticationConfig{
SourcePassword: sourcePw,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment