]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Custom progress meter update interval
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Mar 2021 08:22:52 +0000 (09:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Mar 2021 08:22:52 +0000 (09:22 +0100)
Ref: https://stackoverflow.com/q/66789977/93747

docs/TODO

index 4099eae2f2be7dd23247881e88e432f37c4ed5ae..53d74ae3119333a2cf8d10de43b085db24352182 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  18.23 Set the modification date on an uploaded file
  18.24 Use multiple parallel transfers for a single download
  18.25 Prevent terminal injection when writing to terminal
+ 18.26 Custom progress meter update interval
 
  19. Build
  19.1 roffit
 
  See https://github.com/curl/curl/issues/6150
 
+18.26 Custom progress meter update interval
+
+ Users who are for example doing large downloads in CI or remote setups might
+ want the occasional progress meter update to see that the transfer is
+ progressing and hasn't stuck, but they may not appreciate the
+ many-times-a-second frequency curl can end up doing it with now.
 
 19. Build