mirror of https://github.com/apache/maven.git
much less verbose progress reporting since it is now a new line each
This commit is contained in:
parent
4f3c4b0f9d
commit
3aed953813
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue