diff --git a/src/progress.c b/src/progress.c index 9b150cd5..bfc6b08f 100644 --- a/src/progress.c +++ b/src/progress.c @@ -87,7 +87,7 @@ typedef enum ProgfileCommand { */ #define PROGRESS_FILE "storage/progress.dat" -#define PROGRESS_MAXFILESIZE 4096 +#define PROGRESS_MAXFILESIZE (1 << 15) GlobalProgress progress;