diff --git a/vfs/vfscommon/options.go b/vfs/vfscommon/options.go index b22e69b2a..4ac2af361 100644 --- a/vfs/vfscommon/options.go +++ b/vfs/vfscommon/options.go @@ -53,5 +53,5 @@ var DefaultOpt = Options{ CacheMaxSize: -1, CaseInsensitive: runtime.GOOS == "windows" || runtime.GOOS == "darwin", // default to true on Windows and Mac, false otherwise WriteWait: 1000 * time.Millisecond, - ReadWait: 5 * time.Millisecond, + ReadWait: 20 * time.Millisecond, }