Keep persistent connections to the database instead of recreating a new one for each request

This commit is contained in:
Eliot Berriot 2019-04-19 14:29:43 +02:00
commit b42dfb71d1
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
Keep persistent connections to the database instead of recreating a new one for each request