mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor: improve file explorer performance by pre-fetching on hover
This commit is contained in:
@@ -131,5 +131,7 @@ export const volumeController = new Hono()
|
||||
path: result.path,
|
||||
} satisfies ListFilesResponseDto;
|
||||
|
||||
c.header("Cache-Control", "public, max-age=10, stale-while-revalidate=60");
|
||||
|
||||
return c.json(response, 200);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user