-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.yaml
More file actions
41 lines (41 loc) · 1.05 KB
/
config.yaml
File metadata and controls
41 lines (41 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
token:
sendStatusMessage: true
newsGuildId:
newsChannelId:
newsChannelPublishWaitMilliSec: 1000
http.timeoutSec: 30
shardsTotal:
shardIds:
disableCommandUpdate: false
shutdownWaitTimeSec: 10
maxGuildCleanUpRatio: 0.1
logGuildsOnStartup: false
concurrentRequestMaxLockTimeSec: 600
# if it is a dev/beta instance, default is false
dev:
db:
url: jdbc:h2:file:./persistence/dice_config;AUTO_SERVER=TRUE;DB_CLOSE_DELAY=5
user:
password:
deleteMarkMessageDataIntervalInMilliSec: 10000
deleteMarkMessageDataStartDelayMilliSec: 0
deleteMarkedConfigIntervalInMilliSec: 3600000 #1h
deleteMarkedConfigStartDelayMilliSec: 0
delayMessageDataDeletionMs: 10000
delayMessageConfigDeletionMs: 604800000 #7 days
delayChannelConfigDeletionMs: 604800000 #7 days
metric:
url: localhost
port: 8080
db.gauge: false
jda.gauge: false
diceEvaluator:
maxNumberOfDice: 1000
cacheSize: 10000
maxNumberOfElements: 10000
keepChildrenRolls: false
errorContextSize: 6
command:
minDelayBetweenButtonMessagesMs: 1000
fetch.delayMs: 60000
clear.messageDeleteDelay: 1000