Reduce the number of threads used by fibers

As one thread per core is probably unnecessary.
This commit is contained in:
Christopher Baines 2023-07-09 20:53:10 +01:00
parent 2971322b27
commit 22ed81fbcc

View file

@ -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?)))