@vectorize-io/hindsight-openclaw 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openclaw.plugin.json +2 -2
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"type": "number",
|
|
216
216
|
"description": "Interval in ms to batch retain/recall log summaries. 0 = log every event individually. Default: 300000 (5 min).",
|
|
217
217
|
"default": 300000
|
|
218
|
-
}
|
|
218
|
+
}
|
|
219
219
|
},
|
|
220
220
|
"additionalProperties": false
|
|
221
221
|
},
|
|
@@ -349,6 +349,6 @@
|
|
|
349
349
|
"logSummaryIntervalMs": {
|
|
350
350
|
"label": "Log Summary Interval (ms)",
|
|
351
351
|
"placeholder": "300000"
|
|
352
|
-
}
|
|
352
|
+
}
|
|
353
353
|
}
|
|
354
354
|
}
|
package/package.json
CHANGED