summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-25 09:22:52 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-25 09:22:52 +0100
commit8494abfb1b1079b33d71c5b3ae97c59e3741f8a5 (patch)
treee926faf2f7ad371aa5e35fe3c159304167049fd5
parent8593b15c77f7f2a73512261a0b0b97a64e5e93c8 (diff)
downloadcurl-8494abfb1b1079b33d71c5b3ae97c59e3741f8a5.tar.gz
TODO: Custom progress meter update interval
Ref: https://stackoverflow.com/q/66789977/93747
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 4099eae2f..53d74ae31 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -167,6 +167,7 @@
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
@@ -1190,6 +1191,12 @@
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