You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shared memory LRU implementation requires proper hook registration
(shmem_request_hook and shmem_startup_hook) which is not yet implemented.
This reverts the production code (neighbor_store.rs and cache.rs) back
to using the process-local util::lru::LruCacheWithStats implementation
until the shared memory infrastructure is properly set up.
The shared memory LRU code remains in src/lru/ for future use.
0 commit comments