Skip to content

Commit

Permalink
Increase OpsGenie limiter concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
vponline committed Jan 16, 2024
1 parent 208c2b1 commit 0f7238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet-watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { ChainStates, ChainsConfig, Config, Wallet, Wallets } from './types';
import prisma from './database';

const limiter = new Bottleneck({
maxConcurrent: 2,
maxConcurrent: 10,
minTime: 300,
});

Expand Down

0 comments on commit 0f7238a

Please sign in to comment.