backups: include the pool every 100 revs stored (#3991)

pull/4075/head
John McLear 2020-06-05 22:46:12 +01:00 committed by GitHub
parent fb68ac672b
commit d4fcc23fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ Pad.prototype.appendRevision = function appendRevision(aChangeset, author) {
}
if (newRev % 100 == 0) {
newRevData.meta.pool = this.pool;
newRevData.meta.atext = this.atext;
}