Skip to content

Commit a5b5912

Browse files
committed
Change the default max concurrent runs from 100 to 1000
1 parent 275318d commit a5b5912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const LIVE_ENVIRONMENT = "live";
22
export const DEV_ENVIRONMENT = "development";
33
export const MAX_LIVE_PROJECTS = 1;
4-
export const DEFAULT_MAX_CONCURRENT_RUNS = 100;
4+
export const DEFAULT_MAX_CONCURRENT_RUNS = 10000;
55
export const PREPROCESS_RETRY_LIMIT = 2;
66
export const EXECUTE_JOB_RETRY_LIMIT = 10;

0 commit comments

Comments
 (0)