Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1167
void cdb2_set_max_retries(int max_retries)
1168
{
1169
if (max_retries > 0) {
1170
MAX_RETRIES = max_retries;
1171
}
1172
}
1173
1174
void cdb2_hndl_set_min_retries(cdb2_hndl_tp *hndl, int min_retries)
1175
{
Callers
10
run_statement
Function · 0.85
thd
Function · 0.85
empty_register_table
Function · 0.85
main
Function · 0.85
test_cdb2_set_max_retries
Function · 0.85
create_tbl
Function · 0.85
thr
Function · 0.85
create_tbls
Function · 0.85
thr
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_cdb2_set_max_retries
Function · 0.68