forked from 77media/video-flow
修复任务完成 没有停止轮询问题
This commit is contained in:
parent
a5304f8077
commit
07349766ef
@ -446,7 +446,7 @@ export function useWorkflowData() {
|
||||
clearInterval(interval);
|
||||
}
|
||||
};
|
||||
}, [needStreamData, fetchStreamData], { mode: "debounce", delay: 1000 });
|
||||
}, [needStreamData, fetchStreamData], {mode: 'none'});
|
||||
|
||||
// 初始化数据
|
||||
const initializeWorkflow = async () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user