Skip to content

Commit

Permalink
Merge pull request #729 from ElrondNetwork/dev-to-main-branch
Browse files Browse the repository at this point in the history
Dev to main branch
  • Loading branch information
danielailie authored Dec 5, 2022
2 parents c3e03bb + cb216d6 commit 73e2cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crons/cache.warmer/auctions.warmer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class AuctionsWarmerService {
);
}

@Cron(CronExpression.EVERY_10_MINUTES)
@Cron(CronExpression.EVERY_5_MINUTES)
async handleCachingForPaymentTokensCollections() {
await Locker.lock(
'Payment tokens auctions',
Expand Down

0 comments on commit 73e2cad

Please sign in to comment.