Skip to content

Commit 073e0a9

Browse files
shemogumbeNdiritu
andauthored
Update src/msgraph_core/tasks/large_file_upload.py
Co-authored-by: Philip Gichuhi <[email protected]>
1 parent 4a4ab93 commit 073e0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgraph_core/tasks/large_file_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(
2323
upload_session: LargeFileUploadSession,
2424
request_adapter: RequestAdapter,
2525
stream: BytesIO,
26-
max_chunk_size: int = 409600
26+
max_chunk_size: int = 5 * 1024 * 1024
2727
):
2828
if not isinstance(upload_session, LargeFileUploadSession):
2929
raise TypeError("upload_session must be an instance of LargeFileUploadSession")

0 commit comments

Comments
 (0)