Skip to content

Commit

Permalink
Merge pull request #1 from KeplerGroup/prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
zachliu authored Apr 13, 2018
2 parents 283cb26 + b504e5b commit c94e0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paramiko/sftp_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class SFTPFile (BufferedFile):

# Some sftp servers will choke if you send read/write requests larger than
# this size.
MAX_REQUEST_SIZE = 32768
MAX_REQUEST_SIZE = 1024

def __init__(self, sftp, handle, mode='r', bufsize=-1):
BufferedFile.__init__(self)
Expand Down

0 comments on commit c94e0e0

Please sign in to comment.