diff options
| -rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-entry.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-entry.c b/xlators/cluster/afr/src/afr-self-heal-entry.c index dcb4f0cd1ca..446b3d8685f 100644 --- a/xlators/cluster/afr/src/afr-self-heal-entry.c +++ b/xlators/cluster/afr/src/afr-self-heal-entry.c @@ -2141,7 +2141,7 @@ afr_sh_entry_open (call_frame_t *frame, xlator_t *this)  	source  = local->self_heal.source;  	sources = local->self_heal.sources; -	sh->block_size = 131072; +	sh->block_size = 65536; //131072  	sh->offset = 0;  	call_count = sh->active_sinks;  | 
