MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / SetRetryBackoffUnitMs

Function SetRetryBackoffUnitMs

src/common/cloud_work_queue.cpp:694–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694void SetRetryBackoffUnitMs(int unitMs) {
695 if (unitMs < 0) unitMs = 0;
696 g_retryBackoffUnitMs.store(unitMs);
697}
698
699void SetWorkerThreadCount(int count) {
700 if (count < 1) count = 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected