create an issue for tuning the parallelism constant
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Oct 11, 2017 at 11:40 UTC
e41848c537ed55bd03731214e8fef48889ca60ef
1 file changed
+1
-1
merkledag/batch.go
+1
-1
@@ -9,7 +9,7 @@ import (
9
)
10
11
// ParallelBatchCommits is the number of batch commits that can be in-flight before blocking.
12
-// TODO: Experiment with multiple datastores, storage devices, and CPUs to find
12
+// TODO(#4299): Experiment with multiple datastores, storage devices, and CPUs to find
13
// the right value/formula.
14
var ParallelBatchCommits = runtime.NumCPU() * 2
15