AdguardTeam / AdguardTeam/AdGuardHome
Round elapsed values below 1ms to one decimal place
- Ngôn ngữ chính
- TypeScript
- Star
- 36.9k
- Fork
- 2.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### Prerequisites
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [ ] I checked to make sure that this issue has not already been filed
### Problem Description
Cached queries often take sub-1ms to process. The UI shows such values in two decimal places.

The extra precision is not really needed and it would otherwise look better and cleaner.
### Proposed Solution
Round values below 1ms to one decimal place. E.g. `0.45 ms` to `0.5 ms`.
### Alternatives Considered
### Additional Information
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.