forked from cerc-io/stack-orchestrator
Allow configuring the number of statediff workers. (#422)
* Allow configuring the number of statediff workers. * Leave logging alone
This commit is contained in:
@@ -92,6 +92,7 @@ else
|
||||
--statediff.db.logstatements=${CERC_STATEDIFF_DB_LOG_STATEMENTS:-false} \
|
||||
--statediff.db.copyfrom=${CERC_STATEDIFF_DB_COPY_FROM:-true} \
|
||||
--statediff.waitforsync=true \
|
||||
--statediff.workers=${CERC_STATEDIFF_WORKERS:-1} \
|
||||
--statediff.writing=true"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user