Bunch of stuff for #605

This commit is contained in:
JustArchi
2017-08-01 12:41:57 +02:00
parent 6ce4f2941b
commit f24be67c8c
10 changed files with 85 additions and 88 deletions

View File

@@ -44,7 +44,7 @@ namespace ArchiSteamFarm {
private readonly object FileLock = new object();
private readonly SemaphoreSlim PackagesRefreshSemaphore = new SemaphoreSlim(1);
private readonly SemaphoreSlim PackagesRefreshSemaphore = new SemaphoreSlim(1, 1);
internal uint CellID {
get => _CellID;