deps: Bump ueberdb2

This commit is contained in:
Richard Hansen 2021-04-20 14:29:01 -04:00 committed by webzwo0i
parent ea8846154f
commit 8384a7a67b
3 changed files with 161 additions and 136 deletions

View file

@ -6,6 +6,16 @@
a URL. Please see the documentation comment in `settings.json.template`.
* The undocumented `faviconPad` and `faviconTimeslider` settings have been
removed.
* MySQL/MariaDB now uses connection pooling, which means you will see up to 10
connections to the MySQL/MariaDB server (by default) instead of 1. This might
cause Etherpad to crash with a "ER_CON_COUNT_ERROR: Too many connections"
error if your server is configured with a low connection limit.
### Notable enhancements
* MySQL/MariaDB now uses connection pooling, which should improve stability and
reduce latency.
* Bulk database writes are now retried individually on write failure.
# 1.8.13