Skip to content

Commit

Permalink
update pagesize
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Oct 10, 2024
1 parent d178552 commit 27916bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/indexer-common/src/allocations/tap-collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import gql from 'graphql-tag'
// every 15 minutes
const RAV_CHECK_INTERVAL_MS = 900_000

const PAGE_SIZE = 1000

interface RavMetrics {
ravRedeemsSuccess: Counter<string>
ravRedeemsInvalid: Counter<string>
Expand Down

0 comments on commit 27916bd

Please sign in to comment.