From b2455b4a74638f1a45b29c545c4385f5a219744d Mon Sep 17 00:00:00 2001
From: "Alan J. Pippin" <ajp@pippins.net>
Date: Sat, 17 Jan 2009 16:13:23 -0700
Subject: [PATCH] Changed default throttle options

---
 zfs-scripts.conf.dist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zfs-scripts.conf.dist b/zfs-scripts.conf.dist
index b6c3a7d..956e697 100644
--- a/zfs-scripts.conf.dist
+++ b/zfs-scripts.conf.dist
@@ -41,7 +41,7 @@ maxruntime=0
 
 # Setup throttling related parameters that will rate limit the zfs send | zfs receive pipe
 throttle_enable=0
-throttle_opt="-M 5"
+throttle_opt="-v -M 1"
 throttle=/usr/local/bin/throttle
 
 # Specify the list of filesystems to replicate from the remote to the local_pool (1 per line)
-- 
2.34.1