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:
parent
c641c19ce4
commit
eebb42e7a7
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
scheduler
|
||||
(name "unnamed")
|
||||
(reply-timeout 0.5)
|
||||
add-resources-parallelism)
|
||||
(add-resources-parallelism 1))
|
||||
(define channel (make-channel))
|
||||
|
||||
(define pool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue