mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-04 06:33: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 ./dscommontests
|
||||||
import ./querycommontests
|
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":
|
suite "Test Basic ThreadProxyDatastore":
|
||||||
var
|
var
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user