Default to an resource-pool add-resources-parallelism of 1

So that there aren't issues with concurrent resource addition, at
least by default.
This commit is contained in:
Christopher Baines 2025-01-30 09:57:14 +01:00
parent c641c19ce4
commit eebb42e7a7

View file

@ -87,7 +87,7 @@
scheduler scheduler
(name "unnamed") (name "unnamed")
(reply-timeout 0.5) (reply-timeout 0.5)
add-resources-parallelism) (add-resources-parallelism 1))
(define channel (make-channel)) (define channel (make-channel))
(define pool (define pool