diff --git a/packages/indexer-common/src/allocations/tap-collector.ts b/packages/indexer-common/src/allocations/tap-collector.ts index 95a51564e..02f6373c6 100644 --- a/packages/indexer-common/src/allocations/tap-collector.ts +++ b/packages/indexer-common/src/allocations/tap-collector.ts @@ -30,7 +30,8 @@ import { TAPSubgraph } from '../tap-subgraph' import { NetworkSubgraph } from '../network-subgraph' import gql from 'graphql-tag' -const RAV_CHECK_INTERVAL_MS = 30_000 +// every 15 minutes +const RAV_CHECK_INTERVAL_MS = 900_000 interface RavMetrics { ravRedeemsSuccess: Counter