Skip to content

Commit

Permalink
Merge 281bf5d into 1279a5d
Browse files Browse the repository at this point in the history
  • Loading branch information
Leimeroth authored Jul 31, 2022
2 parents 1279a5d + 281bf5d commit 9369143
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pysqa/utils/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ def _transfer_files(self, file_dict, sftp=None, transfer_back=False):
else:
ssh = self._open_ssh_connection()
sftp_client = ssh.open_sftp()
sftp_client.sock.in_window_size = 8388608
#sftp_client.sock.out_window_size = 8388608
sftp_client.sock.in_max_packet_size = 131072
#sftp_client.sock.out_max_packet_size = 131072
else:
sftp_client = sftp
for file_src, file_dst in tqdm(file_dict.items()):
Expand Down

0 comments on commit 9369143

Please sign in to comment.