Skip to content

Commit a0ca191

Browse files
author
Andrei Neagu
committed
bump default
1 parent a709e8d commit a0ca191

File tree

1 file changed

+1
-1
lines changed
  • packages/settings-library/src/settings_library

1 file changed

+1
-1
lines changed

packages/settings-library/src/settings_library/r_clone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ class RCloneSettings(BaseCustomSettings):
2626
)
2727
# SEE https://rclone.org/docs/#buffer-size-size
2828
R_CLONE_OPTION_BUFFER_SIZE: str = Field(
29-
default="0M",
29+
default="16M",
3030
description="`--buffer-size X`: sets the amount of RAM to use for each individual transfer",
3131
)

0 commit comments

Comments
 (0)