summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid3
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-01-09 14:43:39 +0000
committerpjd <pjd@FreeBSD.org>2005-01-09 14:43:39 +0000
commita063b2627e53436235a16b7506e0aed10b8da0cc (patch)
tree82dc00005e470855884ed243cf899280776264a7 /sys/geom/raid3
parent24bdd9ea5289a703a2feefe9c07617b241be97a2 (diff)
downloadFreeBSD-src-a063b2627e53436235a16b7506e0aed10b8da0cc.zip
FreeBSD-src-a063b2627e53436235a16b7506e0aed10b8da0cc.tar.gz
Increase default synchronization speed.
MFC after: 3 days
Diffstat (limited to 'sys/geom/raid3')
-rw-r--r--sys/geom/raid3/g_raid3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c
index e65cf43..ac4a198 100644
--- a/sys/geom/raid3/g_raid3.c
+++ b/sys/geom/raid3/g_raid3.c
@@ -66,7 +66,7 @@ static u_int g_raid3_reqs_per_sync = 5;
SYSCTL_UINT(_kern_geom_raid3, OID_AUTO, reqs_per_sync, CTLFLAG_RW,
&g_raid3_reqs_per_sync, 0,
"Number of regular I/O requests per synchronization request");
-static u_int g_raid3_syncs_per_sec = 100;
+static u_int g_raid3_syncs_per_sec = 1000;
SYSCTL_UINT(_kern_geom_raid3, OID_AUTO, syncs_per_sec, CTLFLAG_RW,
&g_raid3_syncs_per_sec, 0,
"Number of synchronizations requests per second");
OpenPOWER on IntegriCloud