Skip to content

Commit 9478809

Browse files
authored
Use persistent connections in Dashboard (#494)
1 parent 3e6b57e commit 9478809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgml-dashboard/pgml_dashboard/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"HOST": database.hostname,
116116
"PORT": database.port,
117117
"SCHEMA": "pgml",
118+
"CONN_MAX_AGE": 60,
118119
}
119120
}
120121

0 commit comments

Comments
 (0)