Skip to content

Commit

Permalink
Increase data feed concurrency from 5 to 10 (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner authored Nov 9, 2023
1 parent 87d8691 commit ae1e7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/reporter/data-feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function buildReporter(redisClient: RedisClientType, logger: Logger
stateName: DATA_FEED_REPORTER_STATE_NAME,
service: DATA_FEED_SERVICE_NAME,
reporterQueueName: REPORTER_AGGREGATOR_QUEUE_NAME,
concurrency: 5,
concurrency: 10,
delegatedFee: true,
_logger: logger
})
Expand Down

0 comments on commit ae1e7ef

Please sign in to comment.