Slide 20
Slide 20 text
Dynamic configuration
”hotChatConfigs": {
"enabled": true,
"dryRun": false,
// hot chat detection
”durationSeconds": 10,
”threshold": X,
// hot chat throttling
”expireSeconds": 30,
”throttleRate": Y%
// target chat
”chatId” : { .. }
}
› LINE Central Dogma enables dynamic
configuration without restarting the server