summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-08-05 02:13:34 +0900
committerSho Sakuma <me@m1sk9.dev>2026-08-05 02:13:34 +0900
commit6a45b5bb4fe3ab660eb92dc92d38b3d6c8c1c0fa (patch)
tree163571ee15d5e1d13165a920fb65fe3b62afd491
parente8c90068535e9b6a98e3e87ed3d2293cccf1ab38 (diff)
downloadLunaticChat-6a45b5bb4fe3ab660eb92dc92d38b3d6c8c1c0fa.tar.gz
LunaticChat-6a45b5bb4fe3ab660eb92dc92d38b3d6c8c1c0fa.tar.bz2
LunaticChat-6a45b5bb4fe3ab660eb92dc92d38b3d6c8c1c0fa.zip
docs: drop api.retryAttempts, which no longer exists
The key is gone from config.yml, but four pages still documented it with a default of 2, so operators would keep setting something nothing reads. Co-Authored-By: Claude <noreply@anthropic.com>
-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 がタイムアウトまたは失敗した場合,ひらがなのまま送信されます.