You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At the moment Refinery has the ability to configure how often the config file is polled for changes, but it does not let you turn off this feature.
Describe the solution you'd like
Add the ability to turn off config polling by passing in a value of 0 in the configuration section.
The text was updated successfully, but these errors were encountered:
## Which problem is this PR solving?
- Closes#726
## Short description of the changes
- Adds the ability to disable config polling by setting
`ConfigReloadInterval` to `0s`.
- Adds new test that confirms the feature is disabled.
- Generates new configs with updated description
Is your feature request related to a problem? Please describe.
At the moment Refinery has the ability to configure how often the config file is polled for changes, but it does not let you turn off this feature.
Describe the solution you'd like
Add the ability to turn off config polling by passing in a value of 0 in the configuration section.
The text was updated successfully, but these errors were encountered: