From f30c385b5288a682f0a16cf36d81a1c0fc23476f Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Fri, 10 Jul 2009 15:34:41 -0300
Subject: [PATCH 10/74] tests/stress: When using autosync, sync every 10Mb

Syncing every 2Mb is too unrealistic, so this patch changes it to 10Mb
instead, which might be low for common scenarios but it's more reasonable
for a stress test.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 tests/stress/jiostress |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/stress/jiostress b/tests/stress/jiostress
index ac9ade4..7f9fb90 100755
--- a/tests/stress/jiostress
+++ b/tests/stress/jiostress
@@ -67,7 +67,7 @@ class Stresser:
 		self.jf.truncate(fsize)
 
 		if use_as:
-			self.jf.autosync_start(5, 2 * 1024 * 1024)
+			self.jf.autosync_start(5, 10 * 1024 * 1024)
 
 		# data used for consistency checks
 		self.current_range = (0, 0)
-- 
1.6.2.2.646.gb214


