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 67c556f commit 80c316dCopy full SHA for 80c316d
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -170,10 +170,10 @@ object Config {
170
final val initialUniquesCapacity = 65536
171
172
/** How many recursive calls to NamedType#underlying are performed before logging starts. */
173
- final val LogPendingUnderlyingThreshold = 50
+ final val LogPendingUnderlyingThreshold = 500
174
175
/** How many recursive calls to isSubType are performed before logging starts. */
176
- final val LogPendingSubTypesThreshold = 50
+ final val LogPendingSubTypesThreshold = 500
177
178
/** How many recursive calls to findMember are performed before logging names starts
179
* Note: this threshold has to be chosen carefully. Too large, and programs
0 commit comments