mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 01:52:04 +00:00
fix(gateway): avoid duplicate channel runtime snapshot export
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
} from "../routing/session-key.js";
|
||||
import type { RuntimeEnv } from "../runtime.js";
|
||||
import type { ChannelRuntimeSnapshot } from "./server-channel-runtime.types.js";
|
||||
export type { ChannelRuntimeSnapshot } from "./server-channel-runtime.types.js";
|
||||
export type { ChannelRuntimeSnapshot };
|
||||
|
||||
const CHANNEL_RESTART_POLICY: BackoffPolicy = {
|
||||
initialMs: 5_000,
|
||||
|
||||
Reference in New Issue
Block a user