banco-alimentar / alimentestaideia.pt

Site doações alimente esta ideia
http://alimentestaideia.pt
Other
10 stars 0 forks source link

Solved a performance issue with BlobContainerClient. Close #693 #694

Closed guerrerotook closed 1 year ago

guerrerotook commented 1 year ago

This PR remove the lock when trying to create the BlobContainerClient on every request.

Now this object will be created at the beginning of the middleware chain and will be available for the ASP.NET core File Provider.