mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 03:45:46 +08:00
feat: make mimalloc the default allocator
Add mimalloc to default features so it is enabled by default without requiring --features mimalloc flag. Co-Authored-By: heihutu <heihutu@gmail.com>
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ name = "rustfs-cli"
|
||||
path = "src/bin/rustfs-cli.rs"
|
||||
|
||||
[features]
|
||||
default = ["ftps", "webdav"]
|
||||
default = ["ftps", "webdav", "mimalloc"]
|
||||
metrics-gpu = ["rustfs-obs/gpu"]
|
||||
ftps = ["rustfs-protocols/ftps"]
|
||||
swift = ["rustfs-protocols/swift"]
|
||||
|
||||
Reference in New Issue
Block a user