根据配置禁用mmap缓存 (#1429)

This commit is contained in:
xiongguangjie
2022-02-17 10:35:10 +08:00
committed by GitHub
parent af08b58d29
commit 9c45fca761
4 changed files with 22 additions and 3 deletions

View File

@@ -214,6 +214,8 @@ extern const std::string kVirtualPath;
extern const std::string kNotFound;
//是否显示文件夹菜单
extern const std::string kDirMenu;
//禁止缓存文件的后缀
extern const std::string kForbidCacheSuffix;
}//namespace Http
////////////SHELL配置///////////