Skip to content

Commit d934560

Browse files
2 concurrent
1 parent b613319 commit d934560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spd.Resource.Repository.JobSchedule/Org/OrgRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void ReportProgress(int current)
3535
}
3636

3737
using var semaphore = new SemaphoreSlim(2); // Limit to 2 concurrent requests
38-
38+
_logger.LogInformation("2 concurrent requests");
3939
var tasks = accounts.Select(async a =>
4040
{
4141
await semaphore.WaitAsync();

0 commit comments

Comments
 (0)