From 4baf9fabcbea0b6577b6a253a35af7e09fdc9453 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 11 Mar 2024 20:23:01 -0500 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 18885985..9314ae39 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -139,7 +139,7 @@ namespace l int rv; std::string fullpath; StrVec basepaths; - static PolicyCache cache(4096); + static PolicyCache cache(1024*1024); for(int c = 0; c < 2; c++) {