mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Misc
We can save some excessive memory I guess
This commit is contained in:
parent
8cc705feff
commit
84be0f8077
1 changed files with 3 additions and 1 deletions
|
@ -337,10 +337,12 @@ internal sealed class RemoteCommunication : IAsyncDisposable, IDisposable {
|
|||
AnnouncedItems[item.AssetID] = item.Amount;
|
||||
}
|
||||
|
||||
Bot.ArchiLogger.LogGenericInfo(Strings.Success);
|
||||
AnnouncedItems.TrimExcess();
|
||||
} finally {
|
||||
RequestsSemaphore.Release();
|
||||
}
|
||||
|
||||
Bot.ArchiLogger.LogGenericInfo(Strings.Success);
|
||||
}
|
||||
|
||||
internal void TriggerMatchActivelyEarlier() {
|
||||
|
|
Loading…
Reference in a new issue