Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/resumable_media/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
u'At most one of `max_cumulative_retry` and `max_retries` '
u'can be specified.')

UPLOAD_CHUNK_SIZE = 262144 # 256 * 1024
UPLOAD_CHUNK_SIZE = 104857600 # 100 * 1024 * 1024
"""int: Chunks in a resumable upload must come in multiples of 256 KB."""
PERMANENT_REDIRECT = 308
"""int: Permanent redirect status code.
Expand Down