diff options
author | Max Kellermann <max@duempel.org> | 2014-08-24 13:33:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-24 13:33:00 +0200 |
commit | a29cc48feca87cc2ece841230b5d54c701495e4c (patch) | |
tree | 42bcce084c59d743713c0e8d6e936f404305a0d3 /doc/mpdconf.example | |
parent | 42af040fbd0cd2b9942f02ace3462ee8ac41d3ac (diff) | |
download | mpd-a29cc48feca87cc2ece841230b5d54c701495e4c.tar.gz mpd-a29cc48feca87cc2ece841230b5d54c701495e4c.tar.xz mpd-a29cc48feca87cc2ece841230b5d54c701495e4c.zip |
doc/{mpd.conf.5,mpdconf.example}: move documentation to the manual
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 470a5c98e..4b55f8801 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -373,38 +373,6 @@ input { # ############################################################################### - -# MPD Internal Buffering ###################################################### -# -# This setting adjusts the size of internal decoded audio buffering. Changing -# this may have undesired effects. Don't change this if you don't know what you -# are doing. -# -#audio_buffer_size "4096" -# -# This setting controls the percentage of the buffer which is filled before -# beginning to play. Increasing this reduces the chance of audio file skipping, -# at the cost of increased time prior to audio playback. -# -#buffer_before_play "10%" -# -############################################################################### - - -# Resource Limitations ######################################################## -# -# These settings are various limitations to prevent MPD from using too many -# resources. Generally, these settings should be minimized to prevent security -# risks, depending on the operating resources. -# -#connection_timeout "60" -#max_connections "10" -#max_playlist_length "16384" -#max_command_list_size "2048" -#max_output_buffer_size "8192" -# -############################################################################### - # Character Encoding ########################################################## # # If file or directory names do not display correctly for your locale then you |