mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
Enable smart chunk size in onedrive (#161170)
This commit is contained in:
@@ -178,6 +178,7 @@ class OneDriveBackupAgent(BackupAgent):
|
||||
file,
|
||||
upload_chunk_size=upload_chunk_size,
|
||||
session=async_get_clientsession(self._hass),
|
||||
smart_chunk_size=True,
|
||||
)
|
||||
except HashMismatchError as err:
|
||||
raise BackupAgentError(
|
||||
|
||||
Reference in New Issue
Block a user