ImportEtherpad: Batch database writes

This commit is contained in:
Richard Hansen 2022-04-19 16:47:54 -04:00
parent c1652fd695
commit 44fd70491d
2 changed files with 7 additions and 4 deletions

View file

@ -39,6 +39,8 @@
timeouts with large pads.
* Exporting a large pad to `.etherpad` format should be faster thanks to bulk
database record fetches.
* When importing an `.etherpad` file, records are now saved to the database in
batches to avoid database timeouts with large pads.
#### For plugin authors