Skip to content

Commit

Permalink
daemon/defer: fix configuration reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Ondráček committed Dec 30, 2024
1 parent 9702317 commit 1fe077b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/knot_resolver/manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def config_nodes(config: KresConfig) -> List[Any]:
config.monitoring,
config.lua,
config.rate_limiting,
config.defer,
]

# register and immediately call a verifier that validates config with 'canary' kresd process
Expand Down

0 comments on commit 1fe077b

Please sign in to comment.