Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Apr 26, 2023
1 parent 42fb7f2 commit a33f73a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,9 @@ Cloudplow has 3 main functions:
"--stats": "60s",
"--transfers": 8,
"--verbose": 1,
"--skip-links": null
"--skip-links": null,
"--drive-stop-on-upload-limit": null, <-- this one
"--user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36"
},
"rclone_sleeps": {
"Failed to copy: googleapi: Error 403: User rate limit exceeded": {
Expand Down Expand Up @@ -671,6 +673,7 @@ These are the excludes to be used when uploading to this remote.
"--user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36",
"--checkers": 16,
"--drive-chunk-size": "64M",
"--drive-stop-on-upload-limit": null,
"--stats": "60s",
"--transfers": 8,
"--verbose": 1
Expand Down Expand Up @@ -886,6 +889,7 @@ Further documentation refers to the example configurations below.
"rclone_extras": {
"--checkers": 16,
"--drive-chunk-size": "128M",
"--drive-stop-on-upload-limit": null,
"--stats": "60s",
"--transfers": 8,
"--verbose": 1,
Expand Down Expand Up @@ -954,6 +958,7 @@ Further documentation refers to the example configurations below.
"rclone_extras": {
"--checkers": 16,
"--drive-chunk-size": "128M",
"--drive-stop-on-upload-limit": null,
"--stats": "60s",
"--transfers": 8,
"--verbose": 1,
Expand Down

0 comments on commit a33f73a

Please sign in to comment.