removed unneccesary delay 2
This commit is contained in:
parent
8bc044eeba
commit
d6cf46f0c6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ namespace BirdsiteLive.Pipeline.Processors
|
|||
await twitterUsersBufferBlock.SendAsync(u.ToArray(), ct);
|
||||
}
|
||||
|
||||
await Task.Delay(1000, ct);
|
||||
await Task.Delay(10, ct); // this is somehow necessary
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Reference in a new issue