version updates

This commit is contained in:
Vincent Cloutier 2023-01-01 11:09:40 -05:00
parent f80dc1ec5d
commit f2c0d55916
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.11.1" />
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="6.0" />
</ItemGroup>
<ItemGroup>

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(750);
await Task.Delay(350);
}
return usersWtTweets.ToArray();