From 22625b0f570c4318ae5d75ee506087e29d359e61 Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Sat, 17 Jan 2009 15:40:08 -0700 Subject: [PATCH] Set default throttle enable to 0 --- 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 cd9a818..b6c3a7d 100644 --- a/zfs-scripts.conf.dist +++ b/zfs-scripts.conf.dist @@ -40,7 +40,7 @@ SNAP_UNDER_TEST= maxruntime=0 # Setup throttling related parameters that will rate limit the zfs send | zfs receive pipe -throttle_enable=1 +throttle_enable=0 throttle_opt="-M 5" throttle=/usr/local/bin/throttle -- 2.34.1