MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / cdb2_set_max_retries

Function cdb2_set_max_retries

cdb2api/cdb2api.c:1167–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167void cdb2_set_max_retries(int max_retries)
1168{
1169 if (max_retries > 0) {
1170 MAX_RETRIES = max_retries;
1171 }
1172}
1173
1174void cdb2_hndl_set_min_retries(cdb2_hndl_tp *hndl, int min_retries)
1175{

Callers 10

run_statementFunction · 0.85
thdFunction · 0.85
empty_register_tableFunction · 0.85
mainFunction · 0.85
create_tblFunction · 0.85
thrFunction · 0.85
create_tblsFunction · 0.85
thrFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1