Skip to content

Commit 80c316d

Browse files
Increase LogPendin* settings
1 parent 67c556f commit 80c316d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/config/Config.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ object Config {
170170
final val initialUniquesCapacity = 65536
171171

172172
/** How many recursive calls to NamedType#underlying are performed before logging starts. */
173-
final val LogPendingUnderlyingThreshold = 50
173+
final val LogPendingUnderlyingThreshold = 500
174174

175175
/** How many recursive calls to isSubType are performed before logging starts. */
176-
final val LogPendingSubTypesThreshold = 50
176+
final val LogPendingSubTypesThreshold = 500
177177

178178
/** How many recursive calls to findMember are performed before logging names starts
179179
* Note: this threshold has to be chosen carefully. Too large, and programs

0 commit comments

Comments
 (0)