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

Improve SFTP performance on medium/high latency connections #866

Merged
merged 6 commits into from
Nov 13, 2023

Commits on Nov 1, 2023

  1. Improve SFTP performance on medium-high latency connections

    - Increases maxPendingReads from 10 to 100
    - Increases socket send/receive buffer to 10 SSH packets (320K)
    Pedro Fonseca committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    72b88b7 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    Pedro Fonseca committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b32a422 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58c0b4f View commit details
    Browse the repository at this point in the history
  4. Fix CreateSftpFileReader testcase, make it dependant on MaxPendingRea…

    …ds constant
    Pedro Fonseca committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cf08f18 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    4de5950 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    f2bfe8f View commit details
    Browse the repository at this point in the history