Skip to content

Commit

Permalink
increasing MAX_FILES_SIZE
Browse files Browse the repository at this point in the history
to allow chibiaku package to be installed. It has so many files and with
previous value it wasn't possible
  • Loading branch information
fr3nd committed Oct 28, 2018
1 parent 2b1b568 commit bafc4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#define MAX_PATH_SIZE (64)
#define MAX_URL_SIZE (256)

#define MAX_FILES_SIZE (1024)
#define MAX_FILES_SIZE (1408)
#define TCPOUT_STEP_SIZE (512)
#define TICKS_TO_WAIT (20*60)
#define SYSTIMER ((uint*)0xFC9E)
Expand Down

0 comments on commit bafc4f9

Please sign in to comment.