six update threads seems like a good amount i guess idk

This commit is contained in:
Lynne Megido 2020-09-05 13:47:15 +10:00
parent b609a332d2
commit 106d4d0ed8
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -48,7 +48,7 @@ namespace Buypeeb {
// ...to here.
static SemaphoreSlim taskLimit = new SemaphoreSlim(2);
static SemaphoreSlim taskLimit = new SemaphoreSlim(6);
private Queue<string> updateQueue = new Queue<string>();
private YahooAuctionsItem selectedItem {