Closed K1D77A closed 2 years ago
That's the intended behavior. A persistent thread pool with one thread per core is created during the first build to read metadata from the file system. You can suppress it with (setf (overlord:use-threads-p) nil)
.
Thanks :)
Is this correct behaviour? I am using cl-yesql.
Thanks.