]> arthur.barton.de Git - bup.git/commit
cmd/save: update the progress meter less often.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 31 Jul 2010 06:33:38 +0000 (02:33 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 31 Jul 2010 06:42:20 +0000 (02:42 -0400)
commit634df2f8b26a1439f22dc9f6a23d55a006bf0429
treed76b24a4852ad6a52091d7a05ec601f7bcf76cec
parentd254bde8d204a02fb3f675dad7051fb2e5d58381
cmd/save: update the progress meter less often.

If you ran 'bup save' in an ssh sessio, you could end up sending huge
amounts of data back over ssh *just* to update the progress meter after
every single block!  Oops.  Limit the updates to only about 5 per second,
which is much better.
cmd/save-cmd.py