X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Freadahead%2Freadahead-common.c;h=10b0ccc548e6abbe17a28588426b8ab59a640c19;hp=766b3a1936cd7d8afb21fb1475e45b20181844d4;hb=a8b10efaec5005b8e4fcc2bebdf86993ad14993d;hpb=268ba0ef6095df82966e1f1eda671e43ab1b31ab diff --git a/src/readahead/readahead-common.c b/src/readahead/readahead-common.c index 766b3a193..10b0ccc54 100644 --- a/src/readahead/readahead-common.c +++ b/src/readahead/readahead-common.c @@ -214,7 +214,11 @@ finish: return m; } -#define BUMP_REQUEST_NR (16*1024) +/* We use 20K instead of the more human digestable 16K here. Why? + Simply so that it is more unlikely that users end up picking this + value too so that we can recognize better whether the user changed + the value while we had it temporarily bumped. */ +#define BUMP_REQUEST_NR (20*1024) int block_bump_request_nr(const char *p) { struct stat st;