Skip to content
Merged
Changes from all commits
Commits
File filter

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 googleapiclient/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

LOGGER = logging.getLogger(__name__)

DEFAULT_CHUNK_SIZE = 512*1024
DEFAULT_CHUNK_SIZE = 100*1024*1024

MAX_URI_LENGTH = 2048

Expand Down