diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/couchdb/couch_db_updater.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/couchdb/couch_db_updater.erl b/src/couchdb/couch_db_updater.erl index df682f62..a8ffc6cc 100644 --- a/src/couchdb/couch_db_updater.erl +++ b/src/couchdb/couch_db_updater.erl @@ -165,7 +165,8 @@ handle_cast({compact_done, CompactFilepath}, #db{filepath=Filepath}=Db) -> local_docs_btree = NewLocalBtree, main_pid = Db#db.main_pid, filepath = Filepath, - instance_start_time = Db#db.instance_start_time + instance_start_time = Db#db.instance_start_time, + revs_limit = Db#db.revs_limit }), ?LOG_DEBUG("CouchDB swapping files ~s and ~s.", |