mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
statdaemons: config processing: throwing if something goes wrong (except if an incl is not found); added comment to generated file. [#METR-8956]
This commit is contained in:
parent
18f0c5d2ac
commit
496966b466
@ -129,7 +129,7 @@ void UsersConfigReloader::reloadIfNewer(bool force)
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
processed_path = ConfigProcessor().processConfig(config);
|
processed_path = ConfigProcessor(!force).processConfig(path);
|
||||||
}
|
}
|
||||||
catch (Poco::Exception & e)
|
catch (Poco::Exception & e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user