mirror of
https://github.com/moby/moby.git
synced 2026-07-05 14:18:25 +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>