Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb2ce4f

Browse files
authored
Merge pull request googleapis#482 from craigcitro/chunksize
Increase the default media chunksize to 100MB.
2 parents d9f47bd + d1aa691 commit cb2ce4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleapiclient/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
LOGGER = logging.getLogger(__name__)
7676

77-
DEFAULT_CHUNK_SIZE = 512*1024
77+
DEFAULT_CHUNK_SIZE = 100*1024*1024
7878

7979
MAX_URI_LENGTH = 2048
8080

0 commit comments

Comments
 (0)