Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ startPeriodicReloading
Method
startPeriodicReloading
src/Access/UsersConfigAccessStorage.cpp:118–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void UsersConfigAccessStorage::startPeriodicReloading()
119
{
120
std::lock_guard lock{load_mutex};
121
if (config_reloader)
122
config_reloader->start();
123
}
124
125
void UsersConfigAccessStorage::stopPeriodicReloading()
126
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected