Skip to content
Snippets Groups Projects
Unverified Commit b3377b26 authored by capossele's avatar capossele
Browse files

:recycle: Use GOMAXPROCS

parent 877a0775
Branches
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ func New(store kvstore.KVStore) (result *Tangle) {
Events: *newEvents(),
}
result.solidifierWorkerPool.Tune(runtime.NumCPU())
result.solidifierWorkerPool.Tune(runtime.GOMAXPROCS(0))
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment