mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 03:46:37 +00:00
refactor(server): unify TLS loading, optimize HTTP transport, add hot reload (#2388)
This commit is contained in:
@@ -47,6 +47,7 @@ webdav = ["rustfs-protocols/webdav"]
|
||||
license = []
|
||||
direct-io = [] # Aligned direct I/O reader support (uses aligned pread, does not set O_DIRECT)
|
||||
io-scheduler-debug = [] # Enable debug information in I/O scheduler
|
||||
tracing-chunk-debug = [] # Enable per-chunk tracing in data plane (high noise, for debugging only)
|
||||
full = ["metrics-gpu", "ftps", "swift", "webdav", "direct-io"]
|
||||
manual-test-runners = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user