refactor: consume storage concurrency policies (#3684)

This commit is contained in:
安正超
2026-06-21 12:44:44 +08:00
committed by GitHub
parent 60b0fbf075
commit 7b81f2ed53
4 changed files with 109 additions and 33 deletions
+3 -3
View File
@@ -249,9 +249,9 @@ Depth 8 — TOP:
not regain upward dependencies.
- **Three-layer BackpressureConfig/DeadlockConfig duplication** across io-core,
concurrency, and rustfs/storage. Storage policies now expose explicit
projections into the concurrency/io-core policy shapes; later work should use
those bridges before deleting compatibility wrappers.
concurrency, and rustfs/storage. Storage policies now expose and consume
explicit projections into the concurrency/io-core policy shapes; later work
should use those bridges before deleting compatibility wrappers.
### Medium