[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: Increase the resource pool default timeout a little
From: |
Christopher Baines |
Subject: |
01/06: Increase the resource pool default timeout a little |
Date: |
Mon, 14 Oct 2024 04:01:59 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository data-service.
commit 8253a21196635f7e4530b3ffb9452db12ddf9a58
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Sep 8 11:54:22 2024 +0100
Increase the resource pool default timeout a little
---
guix-data-service/web/server.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/web/server.scm b/guix-data-service/web/server.scm
index 4a38a72..77db774 100644
--- a/guix-data-service/web/server.scm
+++ b/guix-data-service/web/server.scm
@@ -240,7 +240,7 @@ port. Also, the port used can be changed by passing the
--port option.\n"
(close-postgresql-connection conn "web-reserved"))
#:scheduler priority-scheduler))
- (resource-pool-default-timeout 5))
+ (resource-pool-default-timeout 6))
(let ((resource-pool-checkout-failures-metric
(make-counter-metric registry
- branch master updated (eac37b9 -> 46b8676), Christopher Baines, 2024/10/14
- 01/06: Increase the resource pool default timeout a little,
Christopher Baines <=
- 04/06: Vacuum some tables when deleting derivations, Christopher Baines, 2024/10/14
- 03/06: Don't use the reserved pool for HTML/JSON responses, Christopher Baines, 2024/10/14
- 02/06: Include background pool metrics, Christopher Baines, 2024/10/14
- 06/06: Fix free-disk-space call, Christopher Baines, 2024/10/14
- 05/06: Make the WAL threshold more flexible, Christopher Baines, 2024/10/14