From e589a9b3fcf5389f78ec5a2dde45757307c4c17e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Jun 2019 15:00:14 -0400 Subject: [PATCH] moving this to a bug --- doc/todo/parallel_possibilities.mdwn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/todo/parallel_possibilities.mdwn b/doc/todo/parallel_possibilities.mdwn index bf9d2c72c7..8ce72268eb 100644 --- a/doc/todo/parallel_possibilities.mdwn +++ b/doc/todo/parallel_possibilities.mdwn @@ -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 cleanup action. Currently, it's bundled into the same action that 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.