Pad: Limit DB concurrency when copying a pad

This commit is contained in:
Richard Hansen 2022-04-15 02:57:43 -04:00
parent 8442e002f9
commit 096379e6f9
2 changed files with 5 additions and 2 deletions

View file

@ -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