Merge pull request #78975 from slavapestov/turn-off-solver-expression-time-threshold

Basic: Turn off solver expression time threshold by default
This commit is contained in:
Slava Pestov
2025-01-28 14:51:47 -05:00
committed by GitHub

View File

@@ -848,7 +848,7 @@ namespace swift {
/// If non-zero, abort the expression type checker if it takes more
/// than this many seconds.
unsigned ExpressionTimeoutThreshold = 600;
unsigned ExpressionTimeoutThreshold = 0;
/// The upper bound, in bytes, of temporary data that can be
/// allocated by the constraint solver.