mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
change to 100 ms
This commit is contained in:
parent
7271f37ec5
commit
54e8f701a1
@ -141,7 +141,7 @@ function LogWindow(props: IProps): React.ReactElement {
|
|||||||
setScript(exisitingScript)
|
setScript(exisitingScript)
|
||||||
}
|
}
|
||||||
rerender();
|
rerender();
|
||||||
}, 1000)
|
}, 100)
|
||||||
}),
|
}),
|
||||||
[],
|
[],
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user