Skip to content
Snippets Groups Projects
Commit c3fe42b3 authored by Bob Mottram's avatar Bob Mottram
Browse files

Restrict number of mpd clients

parent 592a0404
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ function mpd_create_configuration {
echo '# quality "5.0"';
echo ' bitrate "128"';
echo ' format "44100:16:2"';
echo ' max_clients "10"';
echo ' max_clients "3"';
echo '}';
echo 'filter {';
echo ' plugin "volume"';
......
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