Make knots update changes
This commit is contained in:
parent
522c7cd9a2
commit
c3e42e93a5
1 changed files with 1 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue