Commit 88e6deb4 authored by Steven Allen's avatar Steven Allen

create an issue for tuning the parallelism constant

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 888d58cd
......@@ -9,7 +9,7 @@ import (
)
// ParallelBatchCommits is the number of batch commits that can be in-flight before blocking.
// TODO: Experiment with multiple datastores, storage devices, and CPUs to find
// TODO(#4299): Experiment with multiple datastores, storage devices, and CPUs to find
// the right value/formula.
var ParallelBatchCommits = runtime.NumCPU() * 2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment