Skip to content

Commit

Permalink
Merge pull request #343 from sadyrov/gh-pages
Browse files Browse the repository at this point in the history
Described new PSG parameter. JIRA CXX-13300
  • Loading branch information
vserova authored Nov 15, 2023
2 parents 956b382 + 7fe924a commit e71128e
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 @@ -946,6 +946,7 @@ Table 13.6. psg_client library configuration parameters

| Purpose | [Registry section]<br/>Registry name<br/><br/>Environment variable | Valid values | Default |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|----------------------------|
| Either a name of service (which can be resolved into a set of PSG servers) or a single fixed PSG server (in format "host:port"). | **`[PSG]`**<br/>**`service`**<br/><br/>**`NCBI_PSG_SERVICE`** | string | "PSG2" |
| How often to query LBSM, in seconds. Less or equal to zero means no rebalance based on time | **`[PSG]`**<br/>**`rebalance_time`**<br/><br/>**`NCBI_CONFIG__PSG__REBALANCE_TIME`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | double | 10.0 |
| How often to query LBSM while no servers discovered, in seconds. Less or equal to zero means `rebalance_time` is used instead | **`[PSG]`**<br/>**`no_servers_retry_delay`**<br/><br/>**`NCBI_CONFIG__PSG__NO_SERVERS_RETRY_DELAY`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | double | 1.0 |
| Number of internal I/O threads. | **`[PSG]`**<br/>**`num_io`**<br/><br/>**`NCBI_CONFIG__PSG__NUM_IO`**[<sup>a</sup>](#ch_libconfig.TF.psg_client_library.1) | integer | 6 |
Expand Down

0 comments on commit e71128e

Please sign in to comment.