aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/guix-data-service.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/guix-data-service.in b/scripts/guix-data-service.in
index adfc3d3..f376152 100644
--- a/scripts/guix-data-service.in
+++ b/scripts/guix-data-service.in
@@ -214,7 +214,10 @@
2))
#:idle-seconds 60
#:idle-thunk
- close-thread-postgresql-connection)))
+ close-thread-postgresql-connection))
+
+ (thread-pool-request-timeout 10))
+
(start-guix-data-service-web-server
(assq-ref opts 'port)
(assq-ref opts 'host)