summaryrefslogtreecommitdiff
path: root/src/readahead-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/readahead-common.h')
-rw-r--r--src/readahead-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/readahead-common.h b/src/readahead-common.h
index da6a74ea03..5d8f1a34fa 100644
--- a/src/readahead-common.h
+++ b/src/readahead-common.h
@@ -25,6 +25,7 @@
#include <sys/stat.h>
#define READAHEAD_FILE_SIZE_MAX (128*1024*1024)
+#define READAHEAD_FILES_MAX (16*1024)
int file_verify(int fd, const char *fn, struct stat *st);