Skip to content

Commit

Permalink
Update concurrency again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed Sep 4, 2024
1 parent b5247fb commit a692c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Levels/Jobs/WorkshopProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace TNRD.Zeepkist.GTR.Backend.Levels.Jobs;

public class WorkshopProcessor
{
private const int MaxConcurrency = 10;
private const int MaxConcurrency = 5;

private readonly ILogger<WorkshopProcessor> _logger;
private readonly IServiceProvider _provider;
Expand Down

0 comments on commit a692c9c

Please sign in to comment.