Skip to content

Commit

Permalink
reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
saranshsaini committed Jan 25, 2025
1 parent f2025a1 commit 1d0686b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeiumVS/LanguageServer/LanguageServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ private async Task<List<string>> GetFilesToIndex(HashSet<string> processedProjec
HashSet<string> openFilesProjectsToIndexPath = new HashSet<string>();
HashSet<string> remainingProjectsToIndexPath = new HashSet<string>();
// Safeguard against any edge case I didn't think of
int maxRecursiveCalls = 50;
int maxRecursiveCalls = 25;
async Task AddFilesToIndexLists(EnvDTE.Project project)
{
maxRecursiveCalls--;
Expand Down

0 comments on commit 1d0686b

Please sign in to comment.