mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
images: fixed wrong errors on searching broken images files (closes #12430)
This commit is contained in:
parent
703fbf7d02
commit
c094e31760
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class DownloadPicturesService extends DefaultBoundedRangeModel implements
|
|||
|
||||
private static final int MAX_ERRORS_COUNT_BEFORE_CANCEL = 50;
|
||||
|
||||
private static final int MIN_FILE_SIZE_OF_GOOD_IMAGE = 1024 * 10; // protect from wrong data save
|
||||
private static final int MIN_FILE_SIZE_OF_GOOD_IMAGE = 1024 * 6; // protect from wrong data save
|
||||
|
||||
private final DownloadImagesDialog uiDialog;
|
||||
private boolean needCancel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue