Reduce the number of threads used by fibers
As one thread per core is probably unnecessary.
This commit is contained in:
parent
2971322b27
commit
22ed81fbcc
1 changed files with 2 additions and 1 deletions
|
|
@ -118,5 +118,6 @@ port. Also, the port used can be changed by passing the --port option.\n"
|
||||||
#:host host
|
#:host host
|
||||||
#:port port))
|
#:port port))
|
||||||
#:unwind? #t)))
|
#:unwind? #t)))
|
||||||
(wait finished?))))
|
(wait finished?))
|
||||||
|
#:parallelism 4))
|
||||||
finished?)))
|
finished?)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue