Skip to content

Commit

Permalink
chore: enable subscriptions (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx authored Nov 19, 2024
1 parent d1ca2a2 commit 7867d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,6 @@ jobs:
--disableIndexerStoreCacheAsync \
--queryLimit=1000 \
--indexerUnsafe \
--indexerSubscription \
--querySubscription \
--queryAggregate
2 changes: 2 additions & 0 deletions .github/workflows/subql_multi_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
--disableHistorical \
--queryLimit=1000 \
--indexerWorkers=0 \
--indexerSubscription \
--querySubscription \
--indexerUnsafe \
--indexerVersion="$SUBQL_VERSIONS" \
--queryAggregate
Expand Down

0 comments on commit 7867d00

Please sign in to comment.