Commit 1ad028e6 by Damien Moulard Committed by Alexis Aoun

couchdb auto compaction

parent 6f07fd23
...@@ -1575,7 +1575,7 @@ function init_pouchdb_sync() { ...@@ -1575,7 +1575,7 @@ function init_pouchdb_sync() {
sync = PouchDB.sync(couchdb_dbname, couchdb_server, { sync = PouchDB.sync(couchdb_dbname, couchdb_server, {
live: true, live: true,
retry: true, retry: true,
auto_compaction: false auto_compaction: true
}); });
sync.on('change', function (info) { 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