Skip to content

v0.0.8

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 07:50
· 162 commits to main since this release
Release v0.0.8

From this release, scannig source files, establishing ssh connections,
and coping files work asychronously.

- Asynchronously scan source files: Copy threads can start coping files
  even scanning files have not finished yet. It is feasible when there
  are too many source files.
- Adapting to MaxStartups: sshd limits the number of incoming
  (unauthenticated) ssh connections. Copy threads establish ssh
  connections with a semaphore, whose value is configured by -u
  MAX_STARTUPS option.