**Note:** The registry is automatically reset when the configuration changes, so the new path takes effect immediately.
### RefResolver Timeout Configuration
When validating user experience SLI definitions against JSON schemas, the system may need to fetch remote schema references over HTTP/HTTPS. By default, the timeout for these requests is 2 seconds. You can configure a custom timeout:
```ruby
Labkit::UserExperienceSli.configuredo|config|
config.ref_resolver_timeout=5# Set timeout to 5 seconds
end
```
This configuration is useful when:
- Working in environments with slower network connections
- Fetching schemas from remote servers with higher latency
- Needing stricter timeout constraints for faster failure detection
**Note:** The timeout applies to both connection opening and reading operations when fetching remote JSON schema references.
### User Experience Definitions
User Experience SLI definitions will be lazy loaded from the default directory (`config/user_experience_slis`).