reorg
This commit is contained in:
parent
1a361dca37
commit
714e665c92
1 changed files with 6 additions and 6 deletions
|
@ -1405,12 +1405,6 @@ Remotes are configured using these settings in `.git/config`.
|
|||
When this happens, the transfer will be considered to have failed, so
|
||||
settings like annex.retry will control what it does next.
|
||||
|
||||
This is not enabled by default, because it can make git-annex use
|
||||
more resources. In order to cancel stalls, git-annex has to run
|
||||
transfers in separate processes (one per concurrent job). So it
|
||||
may need to open more connections to a remote than usual, or
|
||||
the communication with those processes may make it a bit slower.
|
||||
|
||||
The value specifies how much data git-annex should expect to see
|
||||
flowing, minimum, when it's not stalled, over a given period of time.
|
||||
The format is "$amount/$timeperiod".
|
||||
|
@ -1423,6 +1417,12 @@ Remotes are configured using these settings in `.git/config`.
|
|||
stuck for a long time, you could use:
|
||||
`git config remote.usbdrive.annex-stalldetection "1MB/1m"`
|
||||
|
||||
This is not enabled by default, because it can make git-annex use
|
||||
more resources. To be able to cancel stalls, git-annex has to run
|
||||
transfers in separate processes (one per concurrent job). So it
|
||||
may need to open more connections to a remote than usual, or
|
||||
the communication with those processes may make it a bit slower.
|
||||
|
||||
* `remote.<name>.annex-checkuuid`
|
||||
|
||||
This only affects remotes that have their url pointing to a directory on
|
||||
|
|
Loading…
Reference in a new issue