mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-06 15:17:12 -04:00
Pad: Limit DB concurrency when copying a pad
This commit is contained in:
parent
8442e002f9
commit
096379e6f9
2 changed files with 5 additions and 2 deletions
|
@ -35,6 +35,8 @@
|
|||
* Docker now uses the new `/health` endpoint for health checks, which avoids
|
||||
issues when authentication is enabled. It also avoids the unnecessary creation
|
||||
of database records for managing browser sessions.
|
||||
* When copying a pad, the pad's records are copied in batches to avoid database
|
||||
timeouts with large pads.
|
||||
|
||||
#### For plugin authors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue