Skip to content

Commit

Permalink
Update daemon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SK3Artemis authored Nov 7, 2024
1 parent 98be29e commit 1bde153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const argsSchema = [
['share-max-utilization', 0.8], // Set to 1 if you don't care to leave any RAM free after sharing. Will use up to this much of the available RAM

['disable-script', []], // The names of scripts that you do not want run by our scheduler
['run-script', []], // The names of additional scripts that you want daemon to run on home
['run-script', ['stats.js','infiltrate.js','Plasma.js']], // The names of additional scripts that you want daemon to run on home

['max-purchased-server-spend', 0.50], // Percentage of total hack income earnings we're willing to re-invest in new hosts (extra RAM in the current aug only)

Expand Down

0 comments on commit 1bde153

Please sign in to comment.