Skip to content

Commit

Permalink
disable concurrent reads
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Roy Almerol committed Nov 14, 2024
1 parent 6a0e499 commit 3cc05e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/backend/mount/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func Mount(target *store.Target) (*AgentMount, error) {
"--read-only",
"--uid", "0",
"--gid", "0",
"--sftp-disable-concurrent-reads",
"--sftp-disable-hashcheck",
"--sftp-idle-timeout", "0",
"--sftp-key-file", privKeyFile,
Expand Down

0 comments on commit 3cc05e5

Please sign in to comment.