Skip to content

Commit 01eb6d6

Browse files
JupiterPiCopilot
andcommitted
fix: turn down rclone serve caching
Co-authored-by: Copilot <copilot@github.com>
1 parent 88f30b3 commit 01eb6d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

filen-relay/src/backend/server_manager.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ impl ServerManager {
8585
script_file.path().to_str().unwrap(),
8686
"--max-header-bytes",
8787
"16384", // arbitrarily larger than default 4096
88+
"--dir-cache-time",
89+
"1s", // so changes made to the Filen Drive are reflected immediately
8890
];
8991
let base_url = if server_type == ServerType::Webdav {
9092
args.push("--baseurl");

0 commit comments

Comments
 (0)