Skip to content

Commit

Permalink
change batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
joepetrowski committed Dec 5, 2024
1 parent 80211c3 commit de2acd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import BN from 'bn.js';
import { log } from './logger';

const DEBUG = process.env.PAYOUTS_DEBUG;
const MAX_CALLS = 5;
const MAX_CALLS = 3;

export interface ServiceArgs {
api: ApiPromise;
Expand Down

0 comments on commit de2acd2

Please sign in to comment.