Skip to content

Commit

Permalink
add description of stream_endpoint.enabled in config_parameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t-horikawa committed Apr 16, 2024
1 parent b4f2850 commit c8b87c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/config_parameters.md
Expand Up @@ -97,6 +97,7 @@ parameter=value
|---:| :---: | :--- |---|
|port | 整数 | stream_endpointに接続する際のport番号、デフォルトは12345
|threads | 整数 | stream_endpointの最大同時接続数、デフォルトは104
|enabled | ブール(true/false) | stream_endpointを有効化 or 無効化してtsurugidbを起動する、デフォルトはtrue(有効化して起動する)

## sessionセクション

Expand Down

1 comment on commit c8b87c1

@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.