Skip to content

Commit

Permalink
fix: rename disable flag (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Sep 4, 2024
1 parent 7bbcc7e commit 7908701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
--ipfsCID="$CFG_IPFSCID" \
--type=$SUBQL_DEPLOYMENT_TYPE \
--disableHistorical \
--storeCacheAsync="false" \
--disableIndexerStoreCacheAsync \
--queryLimit=1000 \
--indexerUnsafe \
--queryAggregate
2 changes: 1 addition & 1 deletion .github/workflows/subql_multi_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
--dict="$SUBQL_DICTIONARIES" \
--type=$SUBQL_DEPLOYMENT_TYPE \
--disableHistorical \
--storeCacheAsync="false" \
--disableIndexerStoreCacheAsync \
--queryLimit=1000 \
--indexerWorkers=0 \
--indexerUnsafe \
Expand Down

0 comments on commit 7908701

Please sign in to comment.