Skip to content

Commit 770c1ca

Browse files
committed
lower watch delay
1 parent 6b4457c commit 770c1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dictionary/watch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (import.meta.main) {
1717
let task = Promise.resolve();
1818
const buildDebounced = debounce(() => {
1919
task = task.then(tryBuild);
20-
}, 500);
20+
}, 200);
2121
buildDebounced();
2222
buildDebounced.flush();
2323
for await (const _ of watcher) {

0 commit comments

Comments
 (0)