Skip to main content

mise

Parameters

Configuration of the cache for mise operations.

OperationTypeDescription
update_expiredurationHow long to cache the fact that updates for mise itself have been checked. This allows to avoid checking for updates on each omni up call.
plugin_update_expiredurationHow long to cache the fact that updates for a given mise plugin have been checked. This allows to avoid checking for updates on each omni up call.
plugin_versions_expiredurationHow long to cache a given mise plugin versions for. This allows to avoid listing available versions on each omni up call.
cleanup_afterdurationThe grace period before cleaning up the resources that are no longer needed.

Example

cache:
mise:
update_expire: 1d
plugin_update_expire: 1d
plugin_versions_expire: 1h
cleanup_after: 1w