MCPcopy 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
118void UsersConfigAccessStorage::startPeriodicReloading()
119{
120 std::lock_guard lock{load_mutex};
121 if (config_reloader)
122 config_reloader->start();
123}
124
125void UsersConfigAccessStorage::stopPeriodicReloading()
126{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected