Skip to content

Commit

Permalink
Typo (CID #1632387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Oct 11, 2024
1 parent a5a81d8 commit fc19db7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ static void sql_trunk_connection_read_poll(fr_event_list_t *el, UNUSED fr_time_t
if (query_ctx->type == SQL_QUERY_SELECT) {
if (c->select_interval < fr_time_delta_to_usec(c->config->query_timeout)/2) c->select_interval += 100;
} else {
if (c->select_interval < fr_time_delta_to_usec(c->config->query_timeout)/2) c->query_interval += 100;
if (c->query_interval < fr_time_delta_to_usec(c->config->query_timeout)/2) c->query_interval += 100;
}
}
if (ret == SQL_STILL_EXECUTING) {
Expand Down

0 comments on commit fc19db7

Please sign in to comment.