Skip to content

Commit

Permalink
fix: check ravs every 15 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Oct 8, 2024
1 parent 331b7e5 commit f3b0f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/indexer-common/src/allocations/tap-collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>
Expand Down

0 comments on commit f3b0f85

Please sign in to comment.