No description
Find a file
Christopher Baines 0a49c0a84a
Actually close database connections
Previously, the connections were not closed, so eventually PostgreSQL
would run out. Using a pool of connections would be better, but as a
short term solution, just close the connection after each request.
2019-02-08 11:19:12 +00:00
assets Initial commit 2019-02-07 22:26:57 +00:00
guix-data-service Actually close database connections 2019-02-08 11:19:12 +00:00
scripts Initial commit 2019-02-07 22:26:57 +00:00
.envrc Initial commit 2019-02-07 22:26:57 +00:00
.gitignore Initial commit 2019-02-07 22:26:57 +00:00
bootstrap.sh Initial commit 2019-02-07 22:26:57 +00:00
configure.ac Initial commit 2019-02-07 22:26:57 +00:00
COPYING Initial commit 2019-02-07 22:26:57 +00:00
guile.am Initial commit 2019-02-07 22:26:57 +00:00
guix-dev.scm Initial commit 2019-02-07 22:26:57 +00:00
Makefile.am Initial commit 2019-02-07 22:26:57 +00:00
pre-inst-env.in Initial commit 2019-02-07 22:26:57 +00:00
VERSION Initial commit 2019-02-07 22:26:57 +00:00