Added prefetch

This commit is contained in:
2026-03-13 17:50:28 +00:00
parent f2d42751fd
commit eaf1f549b8
8 changed files with 710 additions and 52 deletions

View File

@@ -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 ──────────────────────────────────────────────────