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

This commit is contained in:
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

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;
}