change to 100 ms

This commit is contained in:
phyzical 2022-03-21 20:02:59 +08:00
parent 7271f37ec5
commit 54e8f701a1

@ -141,7 +141,7 @@ function LogWindow(props: IProps): React.ReactElement {
setScript(exisitingScript) setScript(exisitingScript)
} }
rerender(); rerender();
}, 1000) }, 100)
}), }),
[], [],
); );