diff --git a/src/wallet-watcher.ts b/src/wallet-watcher.ts index 1b41b67..dfe0f27 100644 --- a/src/wallet-watcher.ts +++ b/src/wallet-watcher.ts @@ -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, });