#553 [API/Perf] rbac.py import inside decorator function
Description
EditFile: api/middleware/rbac.py:557-559,598. 'import asyncio' happens inside decorator function on every decoration. IMPACT: Unnecessary overhead on every endpoint. FIX: Move imports to module level.
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...