mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
deps: Bump ueberdb2
This commit is contained in:
parent
ea8846154f
commit
8384a7a67b
3 changed files with 161 additions and 136 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue