summaryrefslogtreecommitdiffstats
path: root/release-notes/3383.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes/3383.md')
-rw-r--r--release-notes/3383.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/3383.md b/release-notes/3383.md
new file mode 100644
index 0000000..9832030
--- /dev/null
+++ b/release-notes/3383.md
@@ -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)