pub fn fallback_execution_timer_config() -> Option<ExecutionTimerConfig>Expand description
Returns the process-wide fallback configuration for the execution time limiter, if any.
ยงExamples
use regorus::utils::limits::fallback_execution_timer_config;
// By default no fallback execution timer is configured.
assert!(fallback_execution_timer_config().is_none());