Skip to content

Commit

Permalink
Support larger projects
Browse files Browse the repository at this point in the history
Since the recent changes in the user interface, the view layout now supports larger file counts.
  • Loading branch information
Viir committed Mar 15, 2021
1 parent 33b7431 commit 4a677ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ using System.Collections.Immutable;
using System.Linq;
int loadCompositionLimitFileCount = 40;
int loadCompositionLimitFileCount = 80;
int loadCompositionLimitAggregateFileSize = 500_000;
int loadCompositionLimitMaximumPathLength = 200;
Expand Down

0 comments on commit 4a677ba

Please sign in to comment.