mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:23:31 +03:00
curl: --progress-bar max update frequency now at 5Hz
This commit is contained in:
parent
1691a31cab
commit
5af2bfb955
3 changed files with 5 additions and 4 deletions
|
|
@ -29,7 +29,7 @@
|
|||
struct ProgressData {
|
||||
int calls;
|
||||
curl_off_t prev;
|
||||
time_t prevtime;
|
||||
struct timeval prevtime;
|
||||
int width;
|
||||
FILE *out; /* where to write everything to */
|
||||
curl_off_t initial_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue