Bug Report
The output of Estimated size of data to collect is often way off. The result is that it is difficult to check if a clinic diag is going to be over the maximum size or not.
This leads to:
- Files that are over the 3GiB limit. Which requires another run with a shorter time span or more filtering
- Clinic that have more filtering done or a too short period to make the estimation lower than 3 GiB, but then turn out to be way under the limit. This makes the diag info less usable then it could be.
- The 3 GiB limit is hardcoded in the check and messages. But the actual clinic service might have different limits per customer.
Bug Report
The output of
Estimated size of data to collectis often way off. The result is that it is difficult to check if a clinic diag is going to be over the maximum size or not.This leads to: