Skip to content

Commit

Permalink
Increase max concurrent tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenDanPhuong committed Aug 1, 2016
1 parent ae715b7 commit c46a3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangaRipper.Core/Worker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public Worker()
{
logger.Info("> Worker()");
source = new CancellationTokenSource();
sema = new SemaphoreSlim(1);
sema = new SemaphoreSlim(2);
}

public void Cancel()
Expand Down

0 comments on commit c46a3bf

Please sign in to comment.