mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
|
/* Settings.js */
|
||
|
Settings = {
|
||
|
CodeInstructionRunTime: 100,
|
||
|
suppressMessages: false,
|
||
|
MaxLogCapacity: 50,
|
||
|
MaxPortCapacity: 50,
|
||
|
}
|