mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
Release notes for Limit database max connections by default
This commit is contained in:
parent
9f5fda6a04
commit
5c76c37a50
1 changed files with 1 additions and 0 deletions
1
release-notes/8.0.0/3383.md
Normal file
1
release-notes/8.0.0/3383.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
The default config for `database.MAX_OPEN_CONNS` changed from 0 (unlimited) to 100 to avoid problems if it exceeds the limit by the database server. If you require high concurrency, try to increase this value for both Forgejo **and your database server**. [`Limit database max connections by default`](https://codeberg.org/forgejo/forgejo/pulls/3383)
|
Loading…
Reference in a new issue