mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-27 13:31:20 +01:00
backups: include the pool every 100 revs stored (#3991)
This commit is contained in:
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…
x
Reference in New Issue
Block a user