Switch to a pool size of 5

This commit is contained in:
Donal McBreen
2025-11-26 10:27:06 +00:00
parent a5fc6eeaec
commit 18fa877882
+1 -1
View File
@@ -19,7 +19,7 @@
default: &default
<% if use_sqlite %>
adapter: sqlite3
pool: 50
pool: 5
timeout: 5000
<% else %>
adapter: trilogy