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
1 changed files with 2 additions and 1 deletions

View File

@ -118,5 +118,6 @@ port. Also, the port used can be changed by passing the --port option.\n"
#:host host
#:port port))
#:unwind? #t)))
(wait finished?))))
(wait finished?))
#:parallelism 4))
finished?)))