Closed
Description
As discussed in PR #1654, there's an opportunity to optimize the session verification strategy in AtlasProvider.tsx
. The current implementation verifies the session every 5 seconds using setInterval
, which may be unnecessarily frequent and impact performance.
PR: #1654
Comment: #1654 (comment)
Requester: @jaybuidl