delay tweaking

This commit is contained in:
Vincent Cloutier 2022-12-28 13:32:08 -05:00
parent ea47f2c058
commit 5fafb1f568

View file

@ -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();