Adjust the ETA clamp note to mention 64-bit.

This commit is contained in:
Andrew Wood
2026-04-19 16:58:55 +01:00
parent 070bcb5acc
commit 0440ba26da
+1 -1
View File
@@ -9,7 +9,7 @@
* *cleanup:* fix GCC warning when using glibc 2.43 ([#180](https://codeberg.org/ivarch/pv/pulls/180))
* *cleanup:* fix warning in pv_remote_check() stub on OpenBSD
* *cleanup:* use dynamic line buffers for **--watchfd** process lookups
* *cleanup:* replace the blanket 100,000-hour clamp on displayed times with a million days for timer and ETA, and 7,000 years for estimated finish time
* *cleanup:* replace the blanket 100,000-hour clamp on displayed times with a million days for timer and ETA, and 7,000 years for estimated finish time, on 64-bit systems
* *cleanup:* standardise the error reporting mechanism
* *cleanup:* improve code comments