1
mirror of https://github.com/rclone/rclone synced 2024-10-16 01:41:12 +02:00
rclone/vfs
Nick Craig-Wood 951099dbed vfs: change default --vfs-read-wait to 20ms
In my testing with local and remote storage this is a good compromise
between delaying the seeks and failing to wait for in sequence reads.

See: https://forum.rclone.org/t/constantly-high-iowait-add-log/14156/40
2020-05-18 18:09:23 +01:00
..
test_vfs lib/random: unify random string generation into random.String 2019-08-06 12:44:08 +01:00
vfscache vfs: factor the vfs cache into its own package 2020-04-20 10:42:33 +01:00
vfscommon vfs: change default --vfs-read-wait to 20ms 2020-05-18 18:09:23 +01:00
vfsflags vfs: factor the vfs cache into its own package 2020-04-20 10:42:33 +01:00
vfstest vfs: factor the vfs cache into its own package 2020-04-20 10:42:33 +01:00
dir_handle_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
dir_handle.go vfs: factor duplicated Open code into vfs from mount/cmount 2017-11-03 13:00:00 +00:00
dir_test.go vfs: Add SetSys() methods to Node to allow caching stuff on a node 2020-05-04 11:38:07 +01:00
dir.go vfs: Add SetSys() methods to Node to allow caching stuff on a node 2020-05-04 11:38:07 +01:00
errors_test.go vfs: add tests and subsequent fixes 2017-11-04 10:24:10 +00:00
errors.go build: drop support for go1.8 2019-04-15 21:49:58 +01:00
file_test.go vfs: Add SetSys() methods to Node to allow caching stuff on a node 2020-05-04 11:38:07 +01:00
file.go vfs: Add SetSys() methods to Node to allow caching stuff on a node 2020-05-04 11:38:07 +01:00
help.go docs: restore lost VFS poll interval docs 2020-02-10 15:29:39 +00:00
make_open_tests.go vfs: bring DO NOT EDIT comments in line with "go help generate" 2020-04-30 12:24:44 +01:00
open_test.go vfs: bring DO NOT EDIT comments in line with "go help generate" 2020-04-30 12:24:44 +01:00
rc.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
read_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
read_write_test.go vfs: factor the vfs cache into its own package 2020-04-20 10:42:33 +01:00
read_write.go vfs: factor the vfs cache into its own package 2020-04-20 10:42:33 +01:00
read.go vfs: factor waiting code from read and writes into common function 2020-05-18 18:09:23 +01:00
vfs_case_test.go vfs: factor the vfs cache into its own package 2020-04-20 10:42:33 +01:00
vfs_test.go vfs: fix tests for Statfs when running on backends with unknowns 2020-04-22 18:14:03 +01:00
vfs.go vfs: Add SetSys() methods to Node to allow caching stuff on a node 2020-05-04 11:38:07 +01:00
vfstest_test.go vfstests: move functional tests from mountlib and make them work with VFS 2020-04-20 10:42:33 +01:00
write_test.go azureblob/b2/dropbox/gcs/koofr/qingstor/s3: fix 0 length files 2019-08-06 15:18:08 +01:00
write.go vfs: factor waiting code from read and writes into common function 2020-05-18 18:09:23 +01:00