mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 06:11:01 +03:00
vfs: remove now-unused const
This commit is contained in:
parent
a86c8bb1a9
commit
952282d8b1
@ -19,9 +19,6 @@ use tokio::{
|
||||
sync::Mutex,
|
||||
};
|
||||
|
||||
// Constants for file cleanup
|
||||
const MAX_OPEN_FILES: usize = 180;
|
||||
|
||||
/// The main VFS service function.
|
||||
///
|
||||
/// This function sets up the VFS, handles incoming requests, and manages file operations.
|
||||
|
Loading…
Reference in New Issue
Block a user