Browse Source

fuse_getattr.cpp

getattr-cache
Antonio SJ Musumeci 8 months ago
parent
commit
4baf9fabcb
  1. 2
      src/fuse_getattr.cpp

2
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++)
{

Loading…
Cancel
Save