Skip to content

Commit

Permalink
Merge pull request #357 from sadyrov/gh-pages
Browse files Browse the repository at this point in the history
Adjusted defaults to actual values. JIRA CXX-12568
  • Loading branch information
vserova authored May 13, 2024
2 parents 289cac0 + 4a5269d commit 586313f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/ch_libconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -962,8 +962,8 @@ Table 13.6. psg_client library configuration parameters
| Timeout on blob stream reading, in seconds | **`[PSG]`**<br/>**`reader_timeout`**<br/><br/>**`NCBI_CONFIG__PSG__READER_TIMEOUT`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | integer | 12 |
| Logging of debug printout of PSG protocol. Setting to 'some' will output everything except blob data. | **`[PSG]`**<br/>**`debug_printout`**<br/><br/>**`NCBI_CONFIG__PSG__DEBUG_PRINTOUT`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | none, some, all[<sup>b</sup>](#ch_libconfig.TF.psg_client_library.2) | none |
| Instructing server as whether to use LMDB cache. Setting to 'default' will let servers use their own parameters on using LMDB cache | **`[PSG]`**<br/>**`use_cache`**<br/><br/>**`NCBI_CONFIG__PSG__USE_CACHE`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | no, yes, default[<sup>b</sup>](#ch_libconfig.TF.psg_client_library.2) | default |
| I/O timer period, in seconds. Defines accuracy and precision for 'competitive_after' and 'request_timeout'. | **`[PSG]`**<br/>**`io_timer_period`**<br/><br/>**`NCBI_CONFIG__PSG__IO_TIMER_PERIOD`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | double | 0.4 |
| Number of seconds after a competitive hit is started for a request not yet received a reply. | **`[PSG]`**<br/>**`competitive_after`**<br/><br/>**`NCBI_CONFIG__PSG__COMPETITIVE_AFTER`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | double | 2.0 |
| I/O timer period, in seconds. Defines accuracy and precision for 'competitive_after' and 'request_timeout'. | **`[PSG]`**<br/>**`io_timer_period`**<br/><br/>**`NCBI_CONFIG__PSG__IO_TIMER_PERIOD`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | double | 1.0 |
| Number of seconds after a competitive hit is started for a request not yet received a reply. Zero means no competitive hits. | **`[PSG]`**<br/>**`competitive_after`**<br/><br/>**`NCBI_CONFIG__PSG__COMPETITIVE_AFTER`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | double | 0.0 |
| Number of retries after any failure before giving up on a request | **`[PSG]`**<br/>**`request_retries`**<br/><br/>**`NCBI_CONFIG__PSG__REQUEST_RETRIES`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | integer | 2 |
| 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 |
Expand Down

0 comments on commit 586313f

Please sign in to comment.