Commit 842c4578 by Damien Moulard

couchdb auto compaction

parent 2d254598
......@@ -1576,7 +1576,7 @@ function init_pouchdb_sync() {
sync = PouchDB.sync(couchdb_dbname, couchdb_server, {
live: true,
retry: true,
auto_compaction: false
auto_compaction: true
});
sync.on('change', function (info) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment