forked from TrueCloudLab/rclone
drive: docs about rate limiting
This commit is contained in:
parent
ba81277bbe
commit
8e3703abeb
1 changed files with 8 additions and 0 deletions
|
@ -86,3 +86,11 @@ was
|
||||||
|
|
||||||
* They are deleted after 30 days or 100 revisions (whatever comes first).
|
* They are deleted after 30 days or 100 revisions (whatever comes first).
|
||||||
* They do not count towards a user storage quota.
|
* They do not count towards a user storage quota.
|
||||||
|
|
||||||
|
Limitations
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Drive has quite a lot of rate limiting. This causes rclone to be
|
||||||
|
limited to transferring about 2 files per second only. Individual
|
||||||
|
files may be transferred much faster at 100s of MBytes/s but lots of
|
||||||
|
small files can take a long time.
|
||||||
|
|
Loading…
Reference in a new issue