Changed default throttle options
authorAlan J. Pippin <ajp@pippins.net>
Sat, 17 Jan 2009 23:13:23 +0000 (16:13 -0700)
committerAlan J. Pippin <ajp@pippins.net>
Sat, 17 Jan 2009 23:13:23 +0000 (16:13 -0700)
zfs-scripts.conf.dist

index b6c3a7d5cd85804716ccb5d15814dfa31dda2647..956e697a9b3f4b4ff4062a01a2ca07d156498ec9 100644 (file)
@@ -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)