Skip to content

Commit

Permalink
Add environment variable for sharding dispatcher throughput.
Browse files Browse the repository at this point in the history
Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
  • Loading branch information
yufei-cai committed May 10, 2022
1 parent 53f39d6 commit cec0d01
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -294,6 +294,7 @@ sharding-dispatcher {
# processed per actor before the thread jumps to the next actor.
# Set to 1 for as fair as possible.
throughput = 5 # default is 5
throughput = ${?SHARDING_DISPATCHER_THROUGHPUT}
}

akka.contrib.persistence.mongodb.mongo {
Expand Down

0 comments on commit cec0d01

Please sign in to comment.