fix(keychain): cap profile history queries and gate fetches#2490
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1650d8c to
7c8aa07
Compare
|
Claude finished @MartianGreed's task —— View job Analyzing changes for documentation impact
Analysis CompleteNo documentation updates needed. Reasoning: This PR implements an internal performance optimization that does not affect user-facing behavior:
Following the directive "DEFAULT TO NO CHANGES" — this is a performance fix/refactor without user-facing impact. |
Summary
100) instead of unbounded fetchesWhy
Unbounded transfer history requests can return very large payloads and stall the keychain iframe, leading to execution timeouts in games that submit repeated actions.
Testing