Commit 50f8148
committed
fix: default options on startup
Fixes #244
The problem was that the default value was unused unless passed
explicitly via the flag.
Fix by exposing the registry refresh interval, but also ensure that
options defaults are set even if they don't have a flag.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>1 parent 29b022e commit 50f8148
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments