Skip to content

Commit 70b2477

Browse files
committed
Merge branch 'shem/large_file_upload' of github.com:microsoftgraph/msgraph-sdk-python-core into shem/large_file_upload
2 parents c7ad84d + 073e0a9 commit 70b2477

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)