We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275318d commit a5b5912Copy full SHA for a5b5912
apps/webapp/app/consts.ts
@@ -1,6 +1,6 @@
1
export const LIVE_ENVIRONMENT = "live";
2
export const DEV_ENVIRONMENT = "development";
3
export const MAX_LIVE_PROJECTS = 1;
4
-export const DEFAULT_MAX_CONCURRENT_RUNS = 100;
+export const DEFAULT_MAX_CONCURRENT_RUNS = 10000;
5
export const PREPROCESS_RETRY_LIMIT = 2;
6
export const EXECUTE_JOB_RETRY_LIMIT = 10;
0 commit comments