Skip to content
Snippets Groups Projects
Commit 93e5231a authored by ale's avatar ale
Browse files

bigger queue size

parent 15d6c55d
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment