Skip to content
Snippets Groups Projects
Commit 9a760770 authored by ale's avatar ale
Browse files

increase icecast source timeout

parent a66ec9b3
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ func defaultDebianConfig(publicIp string) *icecastConfig {
QueueSize: 1 << 20,
ClientTimeout: 30,
HeaderTimeout: 15,
SourceTimeout: 5,
SourceTimeout: 60,
BurstOnConnect: 1,
BurstSize: 65535,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment