We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We don't really use TransactionScope sematic to the fullest. The download is not atomic, the "commit" action (the right thing is to use atomic operation like File.Move) is missing. At the same time, TransactionScope has a hard code 10 minutes timeout in dotnet core.
dotnet/runtime#59282 is file for a proper API. Once it is done, we should use the feature instead.
The text was updated successfully, but these errors were encountered:
Fix 10 minutes time out of TransactionScope
0493702
dotnet#21101
9f91479
b888bd0
No branches or pull requests
We don't really use TransactionScope sematic to the fullest. The download is not atomic, the "commit" action (the right thing is to use atomic operation like File.Move) is missing. At the same time, TransactionScope has a hard code 10 minutes timeout in dotnet core.
dotnet/runtime#59282 is file for a proper API. Once it is done, we should use the feature instead.
The text was updated successfully, but these errors were encountered: