cbaines pushed a commit to branch master
in repository data-service.
commit c3e42e93a58ece675266ef1245d79995e398eeda
Author: Christopher Baines <[email protected]>
AuthorDate: Tue Feb 11 10:31:21 2025 +0000
Make knots update changes
---
guix-data-service/jobs/load-new-guix-revision.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/guix-data-service/jobs/load-new-guix-revision.scm
b/guix-data-service/jobs/load-new-guix-revision.scm
index 5109498..13bd771 100644
--- a/guix-data-service/jobs/load-new-guix-revision.scm
+++ b/guix-data-service/jobs/load-new-guix-revision.scm
@@ -2304,9 +2304,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE
derivation_source_file_id = $1"
ignore-systems ignore-targets)
(define call-with-utility-thread
(let* ((thread-pool
- (call-with-default-io-waiters
- (lambda ()
- (make-thread-pool parallelism))))
+ (make-thread-pool parallelism))
(queued-channel
;; There might be high demand for this, so order the requests
(spawn-queueing-fiber
@@ -2839,8 +2837,6 @@ SKIP LOCKED")
;; instances have the data updated.
(fix-derivation-output-details-hash-encoding conn)
- (%thread-pool-default-timeout #f)
-
(add-hook! after-gc-hook
(lambda ()
(simple-format (current-error-port)