Skip to content

Commit bf65bf0

Browse files
committed
Set MaxDegreeOfParserParallelism to universally acceptable value.
1 parent 91668fd commit bf65bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/VBA/ParseCoordinator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class ParseCoordinator : IParseCoordinator
2727
{
2828
public RubberduckParserState State { get { return _state; } }
2929

30-
private const int _maxDegreeOfParserParallelism = 8;
30+
private const int _maxDegreeOfParserParallelism = -1;
3131

3232
private readonly IDictionary<IVBComponent, IDictionary<Tuple<string, DeclarationType>, Attributes>> _componentAttributes
3333
= new Dictionary<IVBComponent, IDictionary<Tuple<string, DeclarationType>, Attributes>>();

0 commit comments

Comments
 (0)