moving this to a bug

This commit is contained in:
Joey Hess 2019-06-12 15:00:14 -04:00
parent 44c971b9ec
commit e589a9b3fc
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -21,7 +21,3 @@ are still some things that could be improved, tracked here:
all that needs to be done is make checksum verification be done as the all that needs to be done is make checksum verification be done as the
cleanup action. Currently, it's bundled into the same action that cleanup action. Currently, it's bundled into the same action that
transfers content. transfers content.
* Using -J can sometimes lead to a slowdown while a rsync special remote
runs Remote.Rsync.rsyncTransport, which sets up a ssh connection to the
remote. This is done even when the remote is not used.