backups: include the pool every 100 revs stored (#3991)
parent
fb68ac672b
commit
d4fcc23fb3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue