mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
fix(cache): wire trusted-proxy cache and remove stale cache traces (#2581)
This commit is contained in:
@@ -159,9 +159,6 @@ $env:RUSTFS_NS_SCANNER_INTERVAL = "60"
|
||||
$env:RUSTFS_SCANNER_ENABLED = "false"
|
||||
$env:RUSTFS_HEAL_ENABLED = "false"
|
||||
|
||||
# Object cache configuration
|
||||
$env:RUSTFS_OBJECT_CACHE_ENABLE = "true"
|
||||
|
||||
# Profiling configuration
|
||||
$env:RUSTFS_ENABLE_PROFILING = "false"
|
||||
|
||||
|
||||
@@ -241,9 +241,6 @@ export RUSTFS_SCANNER_ENABLED=true
|
||||
|
||||
export RUSTFS_HEAL_ENABLED=true
|
||||
|
||||
# Object cache configuration
|
||||
export RUSTFS_OBJECT_CACHE_ENABLE=true
|
||||
|
||||
# Profiling configuration
|
||||
export RUSTFS_ENABLE_PROFILING=false
|
||||
# Memory profiling periodic dump
|
||||
|
||||
Reference in New Issue
Block a user