Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 00abaee

Browse files
authored
Increase onedrive upload chunk size (home-assistant#153406)
1 parent 3a301f5 commit 00abaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎homeassistant/components/onedrive/backup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from .coordinator import OneDriveConfigEntry
3636

3737
_LOGGER = logging.getLogger(__name__)
38-
UPLOAD_CHUNK_SIZE = 16 * 320 * 1024 # 5.2MB
38+
UPLOAD_CHUNK_SIZE = 32 * 320 * 1024 # 10.4MB
3939
TIMEOUT = ClientTimeout(connect=10, total=43200) # 12 hours
4040
METADATA_VERSION = 2
4141
CACHE_TTL = 300

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /