mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 15:16:56 +00:00
feat: add local IP address retrieval and update console address default
This commit is contained in:
+5
-1
@@ -127,4 +127,8 @@ inherits = "dev"
|
||||
[profile.release]
|
||||
opt-level = 3 # Optimization Level (0-3)
|
||||
lto = true # Optimize when linking
|
||||
codegen-units = 1 # Reduce code generation units to improve optimization
|
||||
codegen-units = 1 # Reduce code generation units to improve optimization
|
||||
|
||||
[patch."https://github.com/Nugine/s3s.git"]
|
||||
s3s = { path = "s3s/crates/s3s" }
|
||||
s3s-policy = { path = "s3s/crates/s3s-policy" }
|
||||
Reference in New Issue
Block a user