We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7ad84d + 073e0a9 commit 70b2477Copy full SHA for 70b2477
src/msgraph_core/tasks/large_file_upload.py
@@ -23,7 +23,7 @@ def __init__(
23
upload_session: LargeFileUploadSession,
24
request_adapter: RequestAdapter,
25
stream: BytesIO,
26
- max_chunk_size: int = 409600
+ max_chunk_size: int = 5 * 1024 * 1024
27
):
28
if not isinstance(upload_session, LargeFileUploadSession):
29
raise TypeError("upload_session must be an instance of LargeFileUploadSession")
0 commit comments