progress: increase file size limit

This commit is contained in:
Andrei Alexeyev 2023-07-30 06:24:32 +02:00
parent b26e3b8d24
commit 153b1ab702
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -87,7 +87,7 @@ typedef enum ProgfileCommand {
*/
#define PROGRESS_FILE "storage/progress.dat"
#define PROGRESS_MAXFILESIZE 4096
#define PROGRESS_MAXFILESIZE (1 << 15)
GlobalProgress progress;