We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9f47bd + d1aa691 commit cb2ce4fCopy full SHA for cb2ce4f
1 file changed
googleapiclient/http.py
@@ -74,7 +74,7 @@
74
75
LOGGER = logging.getLogger(__name__)
76
77
-DEFAULT_CHUNK_SIZE = 512*1024
+DEFAULT_CHUNK_SIZE = 100*1024*1024
78
79
MAX_URI_LENGTH = 2048
80
0 commit comments