summaryrefslogtreecommitdiff
path: root/roles/streaming
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-05-01 13:48:06 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-05-01 13:48:06 +0200
commit3803b9baef42a9513f4e318615b8088281b94b61 (patch)
tree6b64204e6069ba3ced626ad12f808b9d59c4c5ab /roles/streaming
parentsgg-icecast: add www.radiogloria.at (diff)
sgg-icecast: icecast client limit and simple stats
Diffstat (limited to 'roles/streaming')
-rw-r--r--roles/streaming/icecast/templates/icecast.xml.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/streaming/icecast/templates/icecast.xml.j2 b/roles/streaming/icecast/templates/icecast.xml.j2
index d7c5a429..0319114f 100644
--- a/roles/streaming/icecast/templates/icecast.xml.j2
+++ b/roles/streaming/icecast/templates/icecast.xml.j2
@@ -3,6 +3,7 @@
<limits>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
+ <clients>100000</clients>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>