runtimeConfigTenantLimits provides per-tenant limit overrides based on a runtimeconfig.Manager that reads limits from a configuration file on disk and periodically reloads them.
| 26 | // runtimeConfigTenantLimits provides per-tenant limit overrides based on a runtimeconfig.Manager |
| 27 | // that reads limits from a configuration file on disk and periodically reloads them. |
| 28 | type runtimeConfigTenantLimits struct { |
| 29 | manager *runtimeconfig.Manager |
| 30 | } |
| 31 | |
| 32 | // newTenantLimits creates a new validation.TenantLimits that loads per-tenant limit overrides from |
| 33 | // a runtimeconfig.Manager |
nothing calls this directly
no outgoing calls
no test coverage detected