update
This commit is contained in:
parent
c70f565529
commit
bb68f1c525
1 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,6 @@ all the other git clones, at both the git level and the key/value level.
|
|||
|
||||
## immediate action items
|
||||
|
||||
* The syncing code currently doesn't run for special remotes. While
|
||||
transfering the git info about special remotes could be a complication,
|
||||
if we assume that's synced between existing git remotes, it should be
|
||||
possible for them to do file transfers to/from special remotes.
|
||||
* Sometimes a Download gets queued from a slow remote, and then a fast
|
||||
remote becomes available, and a Download is queued from it. Would be
|
||||
good to sort the transfer queue to run fast Downloads (and Uploads) first.
|
||||
|
@ -206,3 +202,8 @@ redone to check it.
|
|||
* Often several remotes will be queued for full TransferScanner scans,
|
||||
and the scan does the same thing for each .. so it would be better to
|
||||
combine them into one scan in such a case. **done**
|
||||
* The syncing code currently doesn't run for special remotes. While
|
||||
transfering the git info about special remotes could be a complication,
|
||||
if we assume that's synced between existing git remotes, it should be
|
||||
possible for them to do file transfers to/from special remotes.
|
||||
**done**
|
||||
|
|
Loading…
Add table
Reference in a new issue