pub const ADMIN_REQUEST_TIMEOUT_SECS: u64 = 30;
Timeout for admin pool requests (precompile, cache, invalidate) in seconds. These are fast operations that don’t need the full plugin timeout.