Expand description
Fuel budgets for WASM authz-policy plugin calls. Matches the convention
in crate::locking::fuel and crate::scheduled::fuel.
Constants§
- CLEANUP
- Fuel for
super::AuthzPolicyPlugin::cleanup. - EVALUATE
- Fuel for a single
super::AuthzPolicyPlugin::evaluatecall. Per-request hot path — kept tight. - RELOAD_
POLICIES - Fuel for
super::AuthzPolicyPlugin::reload_policies. Called out-of-band (file change, dev dashboard), can afford a larger budget for compiling the policy AST.