refactor: trim gateway local type exports · openclaw/openclaw@e0cc374
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -23,13 +23,13 @@ const ONE_HOUR_MS = 60 * 60_000;
|
23 | 23 | * Providers should only publish that timestamp from transport/heartbeat/poll |
24 | 24 | * signals, not from ordinary app messages. |
25 | 25 | */ |
26 | | -export type ChannelHealthTimingPolicy = { |
| 26 | +type ChannelHealthTimingPolicy = { |
27 | 27 | monitorStartupGraceMs: number; |
28 | 28 | channelConnectGraceMs: number; |
29 | 29 | staleEventThresholdMs: number; |
30 | 30 | }; |
31 | 31 | |
32 | | -export type ChannelHealthMonitorDeps = { |
| 32 | +type ChannelHealthMonitorDeps = { |
33 | 33 | channelManager: ChannelManager; |
34 | 34 | checkIntervalMs?: number; |
35 | 35 | /** @deprecated use timing.monitorStartupGraceMs */ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。