summaryrefslogtreecommitdiff
path: root/platform-paper/src/main/resources
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-10 11:06:00 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-10 11:06:00 +0900
commit68cb31756e5a9a6031f3830bc5792cd43e366cf8 (patch)
tree4a03862b4176d0f444a355667834acec2421b946 /platform-paper/src/main/resources
parent4e13b2a51fa73e9c9d33081c608074baa2cf893c (diff)
downloadLunaticChat-68cb31756e5a9a6031f3830bc5792cd43e366cf8.tar.gz
LunaticChat-68cb31756e5a9a6031f3830bc5792cd43e366cf8.tar.bz2
LunaticChat-68cb31756e5a9a6031f3830bc5792cd43e366cf8.zip
chore: Change feature config
Diffstat (limited to 'platform-paper/src/main/resources')
-rw-r--r--platform-paper/src/main/resources/config.yml17
1 files changed, 13 insertions, 4 deletions
diff --git a/platform-paper/src/main/resources/config.yml b/platform-paper/src/main/resources/config.yml
index dd5db15..00478a1 100644
--- a/platform-paper/src/main/resources/config.yml
+++ b/platform-paper/src/main/resources/config.yml
@@ -20,10 +20,19 @@ debug: false
# ----------------------------------------------
features:
- # If enabled, enables the conversion function from Roman letters to hiragana.
- japaneseConversionEnabled: false
- # If enabled, the quick reply feature via the /reply command will be activated.
- quickRepliesEnabled: true
+ quickReplies:
+ # If enabled, the quick reply feature via the /reply command will be activated.
+ enabled: true
+ japaneseConversion:
+ # If enabled, enables the conversion function from Roman letters to hiragana.
+ enabled: false
+ cache:
+ maxEntries: 500
+ saveIntervalSeconds: 300
+ filePath: "conversion_cache.json"
+ api:
+ timeout: 3000
+ retryAttempts: 2
# ----------------------------------------------
# --------- Message Format Settings --------