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.
2 parents 21841fc + 983b75e commit 0d81606Copy full SHA for 0d81606
include/swift/Basic/LangOptions.h
@@ -848,7 +848,7 @@ namespace swift {
848
849
/// If non-zero, abort the expression type checker if it takes more
850
/// than this many seconds.
851
- unsigned ExpressionTimeoutThreshold = 600;
+ unsigned ExpressionTimeoutThreshold = 0;
852
853
/// The upper bound, in bytes, of temporary data that can be
854
/// allocated by the constraint solver.
0 commit comments