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

:recycle: Use GOMAXPROCS

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