mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
change to 100 ms
This commit is contained in:
@@ -141,7 +141,7 @@ function LogWindow(props: IProps): React.ReactElement {
|
||||
setScript(exisitingScript)
|
||||
}
|
||||
rerender();
|
||||
}, 1000)
|
||||
}, 100)
|
||||
}),
|
||||
[],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user