1
0
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:
Josef Zweck
2026-01-20 20:41:48 +01:00
committed by GitHub
parent c291a2fbc1
commit 0b1cc7638f

View File

@@ -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(