diff options
| -rw-r--r-- | block/zen-iosched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/zen-iosched.c b/block/zen-iosched.c index 57ce8e1b1..eec16ad22 100644 --- a/block/zen-iosched.c +++ b/block/zen-iosched.c @@ -19,7 +19,7 @@ enum zen_data_dir { ASYNC, SYNC }; static const int sync_expire = HZ / 2; /* max time before a sync is submitted. */ static const int async_expire = 5 * HZ; /* ditto for async, these limits are SOFT! */ -static const int fifo_batch = 1; +static const int fifo_batch = 16; struct zen_data { /* Runtime Data */ |
