summaryrefslogtreecommitdiff
path: root/website/src/docs
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 /website/src/docs
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>
Diffstat (limited to 'website/src/docs')
-rw-r--r--website/src/docs/configuration.md1
-rw-r--r--website/src/docs/features/japanese-conversion.md1
2 files changed, 0 insertions, 2 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.