chore: add resource worker

This commit is contained in:
jialin
2024-07-21 18:27:22 +08:00
parent 3842006f6e
commit 177ebd1bbe
16 changed files with 280 additions and 40 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export function useUpdateChunkedList(options: {
clearTimeout(timerRef.current);
timerRef.current = setTimeout(() => {
options.setDataList?.([...cacheDataListRef.current]);
}, 100);
}, 80);
};
const updateChunkedList = (
data: ChunkedCollection,