mirror of
https://github.com/moby/moby.git
synced 2026-07-04 13:48:55 +00:00
ProgressReader outputs progress information every 500 KB. This could be excessive if something is being transfered at a fast rate. Rate-limit progress output to 10 per second. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>