mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 21:59:34 +00:00
Session/Cron: harden maintenance and expand docs
This commit is contained in:
committed by
Shakker
parent
29b19455e3
commit
e536dcde28
@@ -471,6 +471,9 @@ export const FIELD_LABELS: Record<string, string> = {
|
||||
"session.maintenance.pruneDays": "Session Prune Days (Deprecated)",
|
||||
"session.maintenance.maxEntries": "Session Max Entries",
|
||||
"session.maintenance.rotateBytes": "Session Rotate Size",
|
||||
"session.maintenance.resetArchiveRetention": "Session Reset Archive Retention",
|
||||
"session.maintenance.maxDiskBytes": "Session Max Disk Budget",
|
||||
"session.maintenance.highWaterBytes": "Session Disk High-water Target",
|
||||
cron: "Cron",
|
||||
"cron.enabled": "Cron Enabled",
|
||||
"cron.store": "Cron Store Path",
|
||||
@@ -478,6 +481,9 @@ export const FIELD_LABELS: Record<string, string> = {
|
||||
"cron.webhook": "Cron Legacy Webhook (Deprecated)",
|
||||
"cron.webhookToken": "Cron Webhook Bearer Token",
|
||||
"cron.sessionRetention": "Cron Session Retention",
|
||||
"cron.runLog": "Cron Run Log Pruning",
|
||||
"cron.runLog.maxBytes": "Cron Run Log Max Bytes",
|
||||
"cron.runLog.keepLines": "Cron Run Log Keep Lines",
|
||||
hooks: "Hooks",
|
||||
"hooks.enabled": "Hooks Enabled",
|
||||
"hooks.path": "Hooks Endpoint Path",
|
||||
|
||||
Reference in New Issue
Block a user