fix(p2p): reduce cached view on req/res to one quarter to prevent mem overuse (#3054)
This pull request includes a minor update to the `cached_view` initialization in the `crates/services/p2p/src/service.rs` file. The change adjusts the cache size from `614 * 10` to `1_535` * [`crates/services/p2p/src/service.rs`](diffhunk://#diff-f4a43f3e5d08c9926062c05e8f8e237ba1373bbdf51be7fda0d91da708e5b959L921-R921): Changed the cache size initialization in `cached_view` from `614 * 10` to `1_535`. --------- Co-authored-by: Green Baneling <XgreenX9999@gmail.com>
A
Aaryamann Challani committed
9fe81c0f6706f9d2b7e21cdc97a1e45269ad350d
Parent: 373178f
Committed by GitHub <noreply@github.com>
on 7/27/2025, 12:01:06 AM