summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/src/docs/configuration.md1
-rw-r--r--website/src/docs/features/japanese-conversion.md1
-rw-r--r--website/src/ja/docs/configuration.md1
-rw-r--r--website/src/ja/docs/features/japanese-conversion.md1
4 files changed, 0 insertions, 4 deletions
diff --git a/website/src/docs/configuration.md b/website/src/docs/configuration.md
index 859b617..78430f3 100644
--- a/website/src/docs/configuration.md
+++ b/website/src/docs/configuration.md
@@ -32,7 +32,6 @@ LunaticChat's configuration is managed in `plugins/LunaticChat/config.yml`. A de
| `cache.saveIntervalSeconds` | Int | `300` | Interval (in seconds) for saving cache to disk |
| `cache.filePath` | String | `"conversion_cache.json"` | Path to the cache file |
| `api.timeout` | Long | `3000` | API request timeout (in milliseconds) |
-| `api.retryAttempts` | Int | `2` | Number of retries on API request failure |
### Channel Chat (`features.channelChat`)
diff --git a/website/src/docs/features/japanese-conversion.md b/website/src/docs/features/japanese-conversion.md
index 3bcd52b..ec1df1b 100644
--- a/website/src/docs/features/japanese-conversion.md
+++ b/website/src/docs/features/japanese-conversion.md
@@ -57,6 +57,5 @@ Settings related to the connection to the Google IME API.
| Setting Key | Default | Description |
|-------------|---------|-------------|
| `api.timeout` | `3000` | Request timeout (milliseconds) |
-| `api.retryAttempts` | `2` | Number of retry attempts on failure |
If the API times out or fails, the message is sent in hiragana as-is.
diff --git a/website/src/ja/docs/configuration.md b/website/src/ja/docs/configuration.md
index 60a79c7..c2c8c12 100644
--- a/website/src/ja/docs/configuration.md
+++ b/website/src/ja/docs/configuration.md
@@ -32,7 +32,6 @@ LunaticChat の設定は `plugins/LunaticChat/config.yml` で管理されます
| `cache.saveIntervalSeconds` | Int | `300` | キャッシュのディスク保存間隔(秒) |
| `cache.filePath` | String | `"conversion_cache.json"` | キャッシュファイルのパス |
| `api.timeout` | Long | `3000` | API リクエストのタイムアウト(ミリ秒) |
-| `api.retryAttempts` | Int | `2` | API リクエスト失敗時のリトライ回数 |
### チャンネルチャット (`features.channelChat`)
diff --git a/website/src/ja/docs/features/japanese-conversion.md b/website/src/ja/docs/features/japanese-conversion.md
index e5e751b..b94542e 100644
--- a/website/src/ja/docs/features/japanese-conversion.md
+++ b/website/src/ja/docs/features/japanese-conversion.md
@@ -57,6 +57,5 @@ Google IME API への接続に関する設定です.
| 設定キー | デフォルト | 説明 |
|----------|-----------|------|
| `api.timeout` | `3000` | リクエストタイムアウト (ミリ秒) |
-| `api.retryAttempts` | `2` | 失敗時のリトライ回数 |
API がタイムアウトまたは失敗した場合,ひらがなのまま送信されます.