From 8bcf8d7dfe64523cad1dea482efdcbe0bf80b850 Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Fri, 13 May 2022 10:26:40 -0400 Subject: [PATCH] Update entrypoint script --- entrypoint.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 20f872f..6dc5eb6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,7 +12,8 @@ echo /root/ipld-ethcl-indexer capture ${CAPTURE_MODE} --db.address $DB_ADDRESS \ --bc.address $BC_ADDRESS \ --bc.port $BC_PORT \ --log.level $LOG_LEVEL\ - --t.skipSync=$SKIP_SYNC + --t.skipSync=$SKIP_SYNC \ + --kg.increment $KNOWN_GAP_INCREMENT /root/ipld-ethcl-indexer capture ${CAPTURE_MODE} --db.address $DB_ADDRESS \ --db.password $DB_PASSWORD \ @@ -23,7 +24,8 @@ echo /root/ipld-ethcl-indexer capture ${CAPTURE_MODE} --db.address $DB_ADDRESS \ --bc.address $BC_ADDRESS \ --bc.port $BC_PORT \ --log.level $LOG_LEVEL \ - --t.skipSync=$SKIP_SYNC + --t.skipSync=$SKIP_SYNC \ + --kg.increment $KNOWN_GAP_INCREMENT rv=$?