db/simple: compress the database file using gzip

This commit is contained in:
Max Kellermann
2014-08-11 21:30:49 +02:00
parent 486b5b6bfc
commit 2e122e1509
4 changed files with 73 additions and 5 deletions

View File

@@ -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>