From 425f563c145e31e88cb7d214897e2630a762df5d Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Sun, 29 Aug 2010 03:30:18 +0000 Subject: [PATCH] suggest -o big_writes [Imported from Trac: page SftpFrontend, version 51] --- SftpFrontend.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SftpFrontend.md b/SftpFrontend.md index fd13b24..c9529c8 100644 --- a/SftpFrontend.md +++ b/SftpFrontend.md @@ -38,6 +38,7 @@ Filenames are normalized to NFC, which means that it is not possible to have two The SFTP frontend currently performs no caching (sshfs does cache, but only for 20 seconds with the default settings). Some applications assume that file operations have relatively low latency, and may have very poor performance when working directly with a Tahoe filesystem. In this case it may be better to copy files to a local filesystem and work on them there, then copy back any changes. Note that just browsing a directory may cause some apps to perform many unnecessary reads or attribute checks of files in that directory. +The `-o big_writes` option to `sshfs` may improve write performance. # Specific clients