Added prefetch
This commit is contained in:
@@ -9,7 +9,7 @@ use std::time::{Duration, UNIX_EPOCH};
|
||||
use tracing::{debug, error};
|
||||
use tokio::runtime::Handle;
|
||||
|
||||
const TTL: Duration = Duration::from_secs(1); // 1 second FUSE kernel TTL
|
||||
const TTL: Duration = Duration::from_secs(5); // 5 second FUSE kernel TTL (matches attr_cache)
|
||||
|
||||
// ── InodeMapper ──────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user