From acdc6c8567bcb3a9094b56424ba7f74ecfee6161 Mon Sep 17 00:00:00 2001 From: sp mac bookpro 2605 Date: Tue, 2 Jun 2026 21:37:40 +0800 Subject: [PATCH] .. --- src/pages/AgentEditor/hooks/useAgentEditor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/AgentEditor/hooks/useAgentEditor.ts b/src/pages/AgentEditor/hooks/useAgentEditor.ts index 4be33c5..b52fe7b 100644 --- a/src/pages/AgentEditor/hooks/useAgentEditor.ts +++ b/src/pages/AgentEditor/hooks/useAgentEditor.ts @@ -29,7 +29,7 @@ export function useAgentEditor({ id, isNew, form, message, navigate }: UseAgentE const pollCount = useRef(0); const hydratingRef = useRef(false); - const MAX_POLL_COUNT = 30; + const MAX_POLL_COUNT = 100; const stopPolling = () => { if (pollTimer.current) {