aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-11 21:30:49 +0200
committerMax Kellermann <max@duempel.org>2014-08-11 21:48:25 +0200
commit2e122e150928dc7cc52a77a3ebec0427146cd2af (patch)
treead31bb1019f0058ba0e4507eabe372659028cced /doc
parent486b5b6bfc61344c945d807b230c12a99c3c8edb (diff)
downloadmpd-2e122e150928dc7cc52a77a3ebec0427146cd2af.tar.gz
mpd-2e122e150928dc7cc52a77a3ebec0427146cd2af.tar.xz
mpd-2e122e150928dc7cc52a77a3ebec0427146cd2af.zip
db/simple: compress the database file using gzip
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 1b399c2f4..d70c9ead1 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -925,6 +925,18 @@ systemctl start mpd.socket</programlisting>
The path of the database file.
</entry>
</row>
+
+ <row>
+ <entry>
+ <varname>compress</varname>
+ <parameter>yes|no</parameter>
+ </entry>
+ <entry>
+ Compress the database file using
+ <filename>gzip</filename>? Enabled by default (if
+ built with <filename>zlib</filename>).
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>