mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-26 13:31:12 +00:00
refactor(feishu): localize internal declarations (#101949)
This commit is contained in:
@@ -21,7 +21,7 @@ import { resolveTimerTimeoutMs } from "openclaw/plugin-sdk/number-runtime";
|
||||
|
||||
const DEFAULT_TASK_TIMEOUT_MS = 5 * 60 * 1000;
|
||||
|
||||
export interface SequentialQueueOptions {
|
||||
interface SequentialQueueOptions {
|
||||
/**
|
||||
* Maximum time (ms) to block subsequent same-key tasks behind a single
|
||||
* in-flight task. Pass 0 (or a non-finite value) to disable the cap and
|
||||
|
||||
Reference in New Issue
Block a user