From 45a1128f52291d699e49ff234d6c8edc08d02caa Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 24 Feb 2025 21:21:34 +0000 Subject: Drop the data service request timeout As with fibers issue #109, this causes excessive heap usage. --- guix-build-coordinator/guix-data-service.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-build-coordinator/guix-data-service.scm b/guix-build-coordinator/guix-data-service.scm index d4f6ea6..584bbbd 100644 --- a/guix-build-coordinator/guix-data-service.scm +++ b/guix-build-coordinator/guix-data-service.scm @@ -53,7 +53,7 @@ ;; Guile doesn't treat JSON as text, so decode the ;; body manually #:decode-body? #f)) - #:timeout 120)) + #:timeout 10)) (code (response-code response))) (unless (and (>= code 200) -- cgit v1.2.3