mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 21:07:04 +02:00
fix a bunch of small v2 related bugs
This commit is contained in:
@@ -107,12 +107,7 @@ export const CurrentOptionsPage = (props: IProps): React.ReactElement => {
|
||||
step={25}
|
||||
min={0}
|
||||
max={500}
|
||||
tooltip={
|
||||
<>
|
||||
The maximum number of lines a script's logs can hold. Setting this too high can cause the game to use a
|
||||
lot of memory if you have many scripts running.
|
||||
</>
|
||||
}
|
||||
tooltip={<>The maximum number of recently killed scripts the game will keep.</>}
|
||||
/>
|
||||
<OptionsSlider
|
||||
label="Netscript log size"
|
||||
|
||||
Reference in New Issue
Block a user