mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-02 13:43:11 +00:00
reduce thread count
This commit is contained in:
parent
10bee6885d
commit
d1f503fa96
@ -22,7 +22,7 @@ import pkg/datastore/threads/threadproxyds {.all.}
|
||||
import ./dscommontests
|
||||
import ./querycommontests
|
||||
|
||||
const NumThreads = 200 # IO threads aren't attached to CPU count
|
||||
const NumThreads = 20 # IO threads aren't attached to CPU count
|
||||
|
||||
suite "Test Basic ThreadProxyDatastore":
|
||||
var
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user