diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-08-05 02:47:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-05 02:47:26 +0900 |
| commit | 7c544224291e8ed7e23dcf97ea3cc6f42588c338 (patch) | |
| tree | d1c9212600bc111031ac8a8a16b8f2fac0e08d6d /website/src/docs/configuration.md | |
| parent | f4bff879ac2f4323011d41e4f7ee85a9695515a5 (diff) | |
| parent | c29d1621b26f9c1dfbf0a26f4433996060babf10 (diff) | |
| download | LunaticChat-7c544224291e8ed7e23dcf97ea3cc6f42588c338.tar.gz LunaticChat-7c544224291e8ed7e23dcf97ea3cc6f42588c338.tar.bz2 LunaticChat-7c544224291e8ed7e23dcf97ea3cc6f42588c338.zip | |
Merge pull request #262 from m1sk9/refactor/config-and-module-boundaries
refactor: put config, protocol and module boundaries where they belong
Diffstat (limited to 'website/src/docs/configuration.md')
| -rw-r--r-- | website/src/docs/configuration.md | 1 |
1 files changed, 0 insertions, 1 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`) |
