Skip to content

Commit

Permalink
Dropped concurrency for downloaders
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed Sep 3, 2024
1 parent 1cd2c34 commit 5b309e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Levels/Jobs/WorkshopDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace TNRD.Zeepkist.GTR.Backend.Levels.Jobs;
public class WorkshopDownloader
{
private const int ItemsPerChunk = 10;
private const int MaxConcurrency = 25;
private const int MaxConcurrency = 5;

private readonly ILogger<WorkshopDownloader> _logger;
private readonly IWorkshopService _workshopService;
Expand Down

0 comments on commit 5b309e8

Please sign in to comment.