默认不启用MMAP

This commit is contained in:
GoEdgeLab
2024-05-01 12:51:24 +08:00
parent 6cb32d657f
commit 772ec1ac38
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ func (this *UpdateAction) RunGet(params struct {
{
_, ok := cachePolicy.Options["enableMMAP"]
if !ok {
cachePolicy.Options["enableMMAP"] = true
cachePolicy.Options["enableMMAP"] = false
}
}
}