Skip to content

Commit

Permalink
Merge pull request #373 from sadyrov/gh-pages
Browse files Browse the repository at this point in the history
Described '[PSG] multivalued_user_args'. JIRA CXX-13796
  • Loading branch information
vakatov authored Oct 24, 2024
2 parents d62b2b1 + 8f86633 commit ab1a6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/ch_libconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,7 @@ Table 13.6. psg_client library configuration parameters
| Number of retries after REFUSED_STREAM failure before giving up on a request. | **`[PSG]`**<br/>**`refused_stream_retries`**<br/><br/>**`NCBI_CONFIG__PSG__REFUSED_STREAM_RETRIES`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | integer | 2 |
| Timeout on request, in seconds | **`[PSG]`**<br/>**`request_timeout`**<br/><br/>**`NCBI_CONFIG__PSG__REQUEST_TIMEOUT`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | double | 10.0 |
| Arbitrary URL arguments to add to every request | **`[PSG]`**<br/>**`request_user_args`**<br/><br/>**`NCBI_CONFIG__PSG__REQUEST_USER_ARGS`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | string | "" |
| Names of URL arguments to be treated as multivalued, in addition to default ones ('enable_processor', 'disable_processor' and 'exclude') | **`[PSG]`**<br/>**`multivalued_user_args`**<br/><br/>**`NCBI_CONFIG__PSG__MULTIVALUED_USER_ARGS`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | A comma/space separated list | "" |
| Enables using user contexts as request IDs. If enabled, user contexts are internally cast to strings and, if successful, then used in logging of debug printout (see above). | **`[PSG]`**<br/>**`user_request_ids`**<br/><br/>**`NCBI_CONFIG__PSG__USER_REQUEST_IDS`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | Boolean [<sup>c</sup>](#ch_libconfig.TF.psg_client_library.3) | false |
| Whether to throw an exception on retrieving an unknown reply item type (or, if set false, to log an error instead, once per process) | **`[PSG]`**<br/>**`fail_on_unknown_items`**<br/><br/>**`NCBI_CONFIG__PSG__FAIL_ON_UNKNOWN_ITEMS`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | Boolean [<sup>c</sup>](#ch_libconfig.TF.psg_client_library.3) | false |
| Whether to fail an item/reply on receiving an unknown chunk type. If enabled, such items/replies will then get the error status and a corresponding message. The error message is logged (once per process) regardless | **`[PSG]`**<br/>**`fail_on_unknown_chunks`**<br/><br/>**`NCBI_CONFIG__PSG__FAIL_ON_UNKNOWN_CHUNKS`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | Boolean [<sup>c</sup>](#ch_libconfig.TF.psg_client_library.3) | false |
Expand Down

0 comments on commit ab1a6c8

Please sign in to comment.