Commit e609bddd by Damien Moulard

Merge branch 'aide_a_la_commande' into dev_cooperatic

parents f53fd634 842c4578
Pipeline #1138 passed with stage
in 1 minute 21 seconds
......@@ -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