mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:03:32 +03:00
docs: replace instances of the vague qualifier 'quite'
in documentation and comments Closes #20841
This commit is contained in:
parent
13f48dfb52
commit
9a674ee6f7
7 changed files with 22 additions and 21 deletions
|
|
@ -375,7 +375,7 @@ static CURLMcode multi_xfers_add(struct Curl_multi *multi,
|
|||
if(capacity < max_capacity) {
|
||||
/* We want `multi->xfers` to have "sufficient" free rows, so that we do
|
||||
* have to reuse the `mid` from a removed easy right away.
|
||||
* Since uint_tbl and uint_bset are quite memory efficient,
|
||||
* Since uint_tbl and uint_bset are memory efficient,
|
||||
* regard less than 25% free as insufficient.
|
||||
* (for low capacities, e.g. multi_easy, 4 or less). */
|
||||
uint32_t used = Curl_uint32_tbl_count(&multi->xfers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue