decrease upload chunk size so we don't overflow a buffer in mod_ssl
This commit is contained in:
parent
54cd667959
commit
9aef1e1a04
1 changed files with 1 additions and 1 deletions
|
|
@ -1333,7 +1333,7 @@ class ClientSession(object):
|
|||
"""upload a file in chunks using the uploadFile call"""
|
||||
# XXX - stick in a config or something
|
||||
start=time.time()
|
||||
blocksize=204800
|
||||
blocksize=65536
|
||||
retries=3
|
||||
if name is None:
|
||||
name = os.path.basename(localfile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue