We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8cd82 commit 086ed23Copy full SHA for 086ed23
1 file changed
block/cfq-iosched.c
@@ -31,7 +31,7 @@ static const u64 cfq_slice_sync = NSEC_PER_SEC / 10;
31
static u64 cfq_slice_async = NSEC_PER_SEC / 25;
32
static const int cfq_slice_async_rq = 2;
33
static u64 cfq_slice_idle = 0;
34
-static u64 cfq_group_idle = NSEC_PER_SEC / 125;
+static u64 cfq_group_idle = 0;
35
static const u64 cfq_target_latency = (u64)NSEC_PER_SEC * 3/10; /* 300 ms */
36
static const int cfq_hist_divisor = 4;
37
0 commit comments