Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set sizes #129

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

set sizes #129

wants to merge 4 commits into from

Conversation

Leimeroth
Copy link
Member

No description provided.

Comment on lines 161 to 164
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not like hard coding these values. Can we add them in the queue.yaml file?

@Leimeroth
Copy link
Member Author

I will test if they are faster. If they are I would add them as defaults and as values in queue.yaml

@jan-janssen
Copy link
Member

I will test if they are faster. If they are I would add them as defaults and as values in queue.yaml

I set this pull request to draft until the values are implemented in the queue.yaml file.

@jan-janssen jan-janssen marked this pull request as draft October 13, 2022 20:01
@jan-janssen jan-janssen added the format_black reformat the code using the black standard label Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
format_black reformat the code using the black standard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants