MCPcopy Create free account
hub / github.com/Tencent/phxqueue / SetCheckInterval

Method SetCheckInterval

phxqueue_phxrpc/comm/fileloader.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void FileLoader::SetCheckInterval(const int check_interval_s) {
69 impl_->check_interval_s = check_interval_s;
70}
71
72void FileLoader::SetRefreshDelay(const int refresh_delay_s) {
73 impl_->refresh_delay_s = refresh_delay_s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected