Please, fill the following sections to help us fix the issue
What happened: I've noticed that my application is using ~20MB/s of network bandwidth. It pulls tons of data from sql server DB. Not sure why it needs to pull so much data every second. After changing from SqlServerStorage to SqliteStorage problem disappeared.
What you expected to happen: I have 10s delay between healthchecks. I would assume, that reads/writes would happen less often.
How to reproduce it (as minimally and precisely as possible):
Please, fill the following sections to help us fix the issue
What happened: I've noticed that my application is using ~20MB/s of network bandwidth. It pulls tons of data from sql server DB. Not sure why it needs to pull so much data every second. After changing from SqlServerStorage to SqliteStorage problem disappeared.
What you expected to happen: I have 10s delay between healthchecks. I would assume, that reads/writes would happen less often.
How to reproduce it (as minimally and precisely as possible):
Source code sample:
Anything else we need to know?: HealthChecks-UI and tested application are the same application.
Environment: