Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override options does not apply if not emptied first #134

Open
mvorisek opened this issue Dec 8, 2021 · 0 comments
Open

Override options does not apply if not emptied first #134

mvorisek opened this issue Dec 8, 2021 · 0 comments

Comments

@mvorisek
Copy link

mvorisek commented Dec 8, 2021

Options like TimeoutSec must be unset first to apply in override config.

Example:

TimeoutSec=100

override does not work currently and must be changed to:

TimeoutSec=
TimeoutSec=100

this behaviour is correct only for several options that can be specified multiple times

ref https://stackoverflow.com/a/41572053/5153116

@mvorisek mvorisek changed the title Override options must unset first to apply Override options does not apply if not emptied first Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant