Version v1.50.0

This commit is contained in:
Nick Craig-Wood
2019-10-26 11:04:54 +01:00
parent ab895390f4
commit 6fabf476cf
88 changed files with 27557 additions and 23192 deletions
+24
View File
@@ -162,4 +162,28 @@ directories.
- Type: bool
- Default: false
#### --http-no-head
Don't use HEAD requests to find file sizes in dir listing
If your site is being very slow to load then you can try this option.
Normally rclone does a HEAD request for each potential file in a
directory listing to:
- find its size
- check it really exists
- check to see if it is a directory
If you set this option, rclone will not do the HEAD request. This will mean
- directory listings are much quicker
- rclone won't have the times or sizes of any files
- some files that don't exist may be in the listing
- Config: no_head
- Env Var: RCLONE_HTTP_NO_HEAD
- Type: bool
- Default: false
<!--- autogenerated options stop -->