sp mac bookpro 2605 2026-06-02 21:37:40 +08:00
parent b083d3e064
commit acdc6c8567
1 changed files with 1 additions and 1 deletions

View File

@ -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) {