Skip to content

Commit

Permalink
Bump batch concurrency to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
preethamr committed May 21, 2023
1 parent 5c3e1e2 commit 7d28ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agents/lighthouse/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const MIN_CARTOGRAPHER_POLL_INTERVAL = 30_000;
const DEFAULT_CARTOGRAPHER_POLL_INTERVAL = 60_000;
export const DEFAULT_PROVER_BATCH_SIZE = 1;
export const DEFAULT_RELAYER_WAIT_TIME = 60_000 * 3600; // 1 hour
export const DEFAULT_CONCURRENCY = 10;
export const DEFAULT_CONCURRENCY = 100;

dotenvConfig();

Expand Down

0 comments on commit 7d28ef4

Please sign in to comment.