mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user