Revert "Merge pull request #2609 from code-yeongyu/fix/rename-omx-to-omo-env"

This reverts commit 4759dfb654, reversing
changes made to 8213534e87.
This commit is contained in:
YeonGyu-Kim
2026-03-16 21:09:08 +09:00
parent 4759dfb654
commit 17244e2c84
5 changed files with 17 additions and 74 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export interface OpenClawCommandGatewayConfig {
command: string;
/**
* Per-command timeout in ms.
* Precedence: gateway timeout > OMO_OPENCLAW_COMMAND_TIMEOUT_MS > default (5000ms).
* Precedence: gateway timeout > OMX_OPENCLAW_COMMAND_TIMEOUT_MS > default (5000ms).
* Runtime clamps to safe bounds.
*/
timeout?: number;