dotnet / EntityFramework.ApiDocs

Reference documentation for Entity Framework APIs
Creative Commons Attribution 4.0 International
17 stars 44 forks source link

Fix to #942 - adding note about default command timeout #50

Closed maumar closed 5 years ago

maumar commented 5 years ago

i.e. that it is determined by provider. Also added links to provider specific documentation where the actual timeout values are specified.

divega commented 5 years ago

@maumar was this fixed in the EF Core source code?

smitpatel commented 5 years ago

Tracked at https://github.com/aspnet/EntityFrameworkCore/issues/17503 in source.

mairaw commented 5 years ago

I'd also suggest that the API docs for this don't add this much info as a summary. Usually, summary is a short sentence and additional info should go into remarks. More on this at https://github.com/dotnet/dotnet-api-docs/wiki.

smitpatel commented 5 years ago

@mairaw - Thanks.