We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a709e8d commit a0ca191Copy full SHA for a0ca191
packages/settings-library/src/settings_library/r_clone.py
@@ -26,6 +26,6 @@ class RCloneSettings(BaseCustomSettings):
26
)
27
# SEE https://rclone.org/docs/#buffer-size-size
28
R_CLONE_OPTION_BUFFER_SIZE: str = Field(
29
- default="0M",
+ default="16M",
30
description="`--buffer-size X`: sets the amount of RAM to use for each individual transfer",
31
0 commit comments