summaryrefslogtreecommitdiffstats
path: root/xlators/performance/write-behind/src/write-behind.c
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2009-12-02 12:17:32 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-12-02 10:40:31 -0800
commite6c35f74ff4a204cf016ebf201a2630b331f9434 (patch)
treeb1011a0ba3a0a2ff3f3e08c55ebef421be19dc5f /xlators/performance/write-behind/src/write-behind.c
parent494db717941e90ae209d416e00bf2c63490ba75e (diff)
performance/write-behind: Changed default value of option disable-till to 0
Signed-off-by: Vijay Bellur <vijay@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 425 (Change disable-till default to 0) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=425
Diffstat (limited to 'xlators/performance/write-behind/src/write-behind.c')
-rw-r--r--xlators/performance/write-behind/src/write-behind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c
index e761740f6..fd4f88a67 100644
--- a/xlators/performance/write-behind/src/write-behind.c
+++ b/xlators/performance/write-behind/src/write-behind.c
@@ -2460,7 +2460,7 @@ init (xlator_t *this)
/* configure 'options aggregate-size <size>' */
conf->aggregate_size = WB_AGGREGATE_SIZE;
- conf->disable_till = 1;
+ conf->disable_till = 0;
ret = dict_get_str (options, "disable-for-first-nbytes",
&str);
if (ret == 0) {