Skip to content

Commit

Permalink
add description of cc.max_concurrent_transactions to docs/config_para…
Browse files Browse the repository at this point in the history
…meters.md and docs/config-parameters-en.md
  • Loading branch information
t-horikawa committed May 1, 2024
1 parent 973188a commit c155a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/config-parameters-en.md
Expand Up @@ -21,6 +21,7 @@ Target component
|---:| :---: | :--- |---|
| epoch_duration | Integer | Length of the epoch (us). The default is 3000. |
| waiting_resolver_threads | Integer | Number of threads that process the waiting and pre-commit of the LTXs in the waiting list. Default is 2. |
| max_concurrent_transactions | Integer | Maximum number of active transactions that can be executed on the server side. Default is set according to the environment. |

## datastore section

Expand Down
1 change: 1 addition & 0 deletions docs/config_parameters.md
Expand Up @@ -21,6 +21,7 @@ parameter=value
|-------------------------:| :---: |:--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| epoch_duration | 整数 | エポックの長さ(us)。デフォルトは3000。 |
| waiting_resolver_threads | 整数 | コミット待ちとなったLTX群の待ち判定とプレコミット処理を行うスレッド数。デフォルト2。 |
| max_concurrent_transactions | 整数 | サーバ側で実行できるアクティブな最大トランザクション数。デフォルトは環境に合わせて設定される。 |

## datastoreセクション

Expand Down

1 comment on commit c155a04

@t-horikawa
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.