diff --git a/docs/config-parameters-en.md b/docs/config-parameters-en.md index 549efcb2..9c344185 100644 --- a/docs/config-parameters-en.md +++ b/docs/config-parameters-en.md @@ -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 diff --git a/docs/config_parameters.md b/docs/config_parameters.md index 95bbd4fe..9ebfd9e4 100644 --- a/docs/config_parameters.md +++ b/docs/config_parameters.md @@ -21,6 +21,7 @@ parameter=value |-------------------------:| :---: |:--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------| | epoch_duration | 整数 | エポックの長さ(us)。デフォルトは3000。 | | waiting_resolver_threads | 整数 | コミット待ちとなったLTX群の待ち判定とプレコミット処理を行うスレッド数。デフォルト2。 | +| max_concurrent_transactions | 整数 | サーバ側で実行できるアクティブな最大トランザクション数。デフォルトは環境に合わせて設定される。 | ## datastoreセクション