Skip to content

Commit

Permalink
Increased the maximum number of files to monitor from 512 to 3072.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Jun 17, 2021
1 parent 684502b commit b383da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define MAX_CUSTOM_COLORS 64
#define MAX_IGNORE_STATUS 64
#define MAX_OUTFORMATS 3
#define MAX_FILENAMES 512
#define MAX_FILENAMES 3072
#define MIN_DATENUM_FMT_LEN 7
#define NO_CONFIG_FILE "No config file used"

Expand Down

0 comments on commit b383da5

Please sign in to comment.