much less verbose progress reporting since it is now a new line each

This commit is contained in:
Manfred Moser 2017-10-25 22:34:19 -07:00 committed by rfscholte
parent de9d99659b
commit 638f527d56
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import java.net.URLConnection;
* @author Hans Dockter
*/
public class DefaultDownloader implements Downloader {
private static final int PROGRESS_CHUNK = 20000;
private static final int PROGRESS_CHUNK = 500000;
private static final int BUFFER_SIZE = 10000;