We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7021a commit 947aeeeCopy full SHA for 947aeee
init.sh
@@ -33,4 +33,4 @@ npm run codegen
33
# ----Building Ternoa-Subql----
34
npm run build
35
36
-subql-node -f . --disable-historical=true --db-schema=subql_ternoa --timeout $TIMEOUT
+subql-node -f . --disable-historical=true --db-schema=subql_ternoa --timeout $TIMEOUT --scale-batch-size
run_worker.sh
@@ -24,4 +24,4 @@ env | grep DB_
24
[ -z "$TIMEOUT" ] && export TIMEOUT="20000"
25
26
npm install -g @subql/node@1.16.0
27
0 commit comments