progress: increase file size limit
This commit is contained in:
parent
b26e3b8d24
commit
153b1ab702
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ typedef enum ProgfileCommand {
|
|||
*/
|
||||
|
||||
#define PROGRESS_FILE "storage/progress.dat"
|
||||
#define PROGRESS_MAXFILESIZE 4096
|
||||
#define PROGRESS_MAXFILESIZE (1 << 15)
|
||||
|
||||
GlobalProgress progress;
|
||||
|
||||
|
|
Loading…
Reference in a new issue