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
Take &Context instead of Context by value in all 37 handler
functions. The handlers only read from context.node and
context.paginated_kv_store (both Arc), so borrowing avoids
unnecessary Arc clones per request and prepares for the gRPC
service rewrite where Context lives in the service struct.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments