Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storepool: limit storelist string to 2 decimals
The store list string returned the mean leases, ranges and queries-per-second float values without limiting the number of decimal places. This led to log lines with needlessly long decimals: `avg-ranges=40.66666666666667... avg-leases=10.166666666666666...` This commit updates the store list string formatting to 2 decimal places for float values. Release note: None
- Loading branch information