six update threads seems like a good amount i guess idk
This commit is contained in:
parent
b609a332d2
commit
106d4d0ed8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace Buypeeb {
|
||||||
|
|
||||||
// ...to here.
|
// ...to here.
|
||||||
|
|
||||||
static SemaphoreSlim taskLimit = new SemaphoreSlim(2);
|
static SemaphoreSlim taskLimit = new SemaphoreSlim(6);
|
||||||
private Queue<string> updateQueue = new Queue<string>();
|
private Queue<string> updateQueue = new Queue<string>();
|
||||||
|
|
||||||
private YahooAuctionsItem selectedItem {
|
private YahooAuctionsItem selectedItem {
|
||||||
|
|
Loading…
Reference in a new issue