delay tweaking
This commit is contained in:
parent
ea47f2c058
commit
5fafb1f568
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ namespace BirdsiteLive.Pipeline.Processors
|
|||
await _twitterUserDal.UpdateTwitterUserAsync(user.Id, user.LastTweetPostedId, user.LastTweetSynchronizedForAllFollowersId, user.FetchingErrorCount, now);
|
||||
}
|
||||
|
||||
await Task.Delay(1000);
|
||||
await Task.Delay(2000);
|
||||
}
|
||||
|
||||
return usersWtTweets.ToArray();
|
||||
|
|
Reference in a new issue