mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 03:17:28 +08:00
docs: add a FAQ entry about --max-backlog
This commit is contained in:
parent
7c30993bb7
commit
368ed9e67d
|
@ -188,3 +188,10 @@ causes not all domains to be resolved properly.
|
|||
Additionally with the `GODEBUG=netdns=` environment variable the Go
|
||||
resolver decision can be influenced. This also allows to resolve certain
|
||||
issues with DNS resolution. See the [name resolution section in the go docs](https://golang.org/pkg/net/#hdr-Name_Resolution).
|
||||
|
||||
### The total size reported in the stats for a sync is wrong and keeps changing
|
||||
|
||||
It is likely you have more than 10,000 files that need to be
|
||||
synced. By default rclone only gets 10,000 files ahead in a sync so as
|
||||
not to use up too much memory. You can change this default with the
|
||||
[--max-backlog](/docs/#max-backlog-n) flag.
|
||||
|
|
Loading…
Reference in New Issue
Block a user