You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,21 @@
23
23
"value": "",
24
24
"required": false
25
25
},
26
+
"DB_POOL_SIZE": {
27
+
"value": "10",
28
+
"required": false,
29
+
"description": "The maximum number of database connections managed by the pool. Set so that this value times the number of dynos is less than your connection limit.",
30
+
},
31
+
"DB_MIN_IDLE": {
32
+
"value": "5",
33
+
"required": false,
34
+
"description": "The pool will try to maintain at least this many idle connections at all times, while respecting the maximum size of the pool.",
35
+
},
36
+
"DB_HELPER_THREADS": {
37
+
"value": "3",
38
+
"required": false,
39
+
"description": "The number of threads that the pool will use for asynchronous operations such as connection creation and health checks.",
0 commit comments