chiark / gitweb /
path: refactor PathSpec usage
[elogind.git] / src / readahead-common.h
index 167df316d93da5b8aa83f98e632dd2c56d7a7a78..9547ad201c07bf8c1a6a01e7cfafa5bb70444e2c 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "macro.h"
 
-#define READAHEAD_FILE_SIZE_MAX (128*1024*1024)
+#define READAHEAD_FILE_SIZE_MAX (10*1024*1024)
 
 int file_verify(int fd, const char *fn, off_t file_size_max, struct stat *st);