tweak twitter queries parallelism 2
This commit is contained in:
parent
014dee23a3
commit
08f5aef7fc
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ namespace BirdsiteLive.Pipeline.Processors
|
|||
}
|
||||
});
|
||||
todo.Add(t);
|
||||
if (todo.Count > 5)
|
||||
if (todo.Count > 10)
|
||||
{
|
||||
await Task.WhenAll(todo);
|
||||
todo.Clear();
|
||||
|
|
Reference in a new issue