Skip to content

Commit 1d0686b

Browse files
committed
reduce
1 parent f2025a1 commit 1d0686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeiumVS/LanguageServer/LanguageServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ private async Task<List<string>> GetFilesToIndex(HashSet<string> processedProjec
811811
HashSet<string> openFilesProjectsToIndexPath = new HashSet<string>();
812812
HashSet<string> remainingProjectsToIndexPath = new HashSet<string>();
813813
// Safeguard against any edge case I didn't think of
814-
int maxRecursiveCalls = 50;
814+
int maxRecursiveCalls = 25;
815815
async Task AddFilesToIndexLists(EnvDTE.Project project)
816816
{
817817
maxRecursiveCalls--;

0 commit comments

Comments
 (0)