Question: Lazy loading of retry fields in SQLConnection class
Open
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 69
Description
Do you think if it is worth moving all fields in SQLConnection class responsible for retries into a separate class worth complexity ?

I suppose retires are not so often and we can extract them in a class and only initialize it when a real retry should be done.
This will reduce memory footprint of every instance by several bytes :), but as we constantly create SQLConnections ......
Contributor guide
Assessment
This issue has not been assessed yet.