From 5af2bfb9557e36a5e9ad181f7b5edc3d1875e8bc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 31 Jul 2013 09:06:15 +0200 Subject: curl: --progress-bar max update frequency now at 5Hz --- src/tool_cb_prg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_cb_prg.h') diff --git a/src/tool_cb_prg.h b/src/tool_cb_prg.h index ceb85980c..a20645e86 100644 --- a/src/tool_cb_prg.h +++ b/src/tool_cb_prg.h @@ -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; -- cgit v1.2.3