diff --git a/backend/src/RegExpRunner.ts b/backend/src/RegExpRunner.ts index 9903859e..d666dda8 100644 --- a/backend/src/RegExpRunner.ts +++ b/backend/src/RegExpRunner.ts @@ -21,7 +21,7 @@ export function allowTimeout(err: RegExpTimeoutError | Error) { throw err; } -const REGEX_TIMEOUT = 100; // ms +const REGEX_TIMEOUT = 250; // ms const REGEX_FAIL_TO_COOLDOWN_COUNT = 3; // If a regex fails this many times, it goes on cooldown... const REGEX_FAIL_COOLDOWN = 5 * MINUTES; // ...for this long