Skip to content

Commit

Permalink
Bug Fixes and improvements to --xp-mode
Browse files Browse the repository at this point in the history
- Fix #425 - copying files even when they already exist on a remote server
- Fix #426 - daemon.js scheduling error in advanced --xp-only mode when we don't have room to schedule all recovery and grow threads.
- Fix #427 - When exp farming, allow the last target to use multi-server mode (allow thread splitting), which should make better use of available ram on the network.
- Fix #428 - Preferred server order gets messed up when home is filtered out
- Fix #429 - Not using advanced --xp-mode in BN8
- In advanced mode, schedule weaken threads before grow threads in case there ends up being not enough RAM - missing the former would put us in a spot that's slow to recover from.
- Improved verbose logs for --xp-mode
- Refactor: move where we double the home reserved ram to run this check less frequently
- Refactor: use let or const rather than var everywhere
  • Loading branch information
alainbryden committed Nov 4, 2024
1 parent 6b61869 commit b10a37c
Showing 1 changed file with 118 additions and 73 deletions.
Loading

0 comments on commit b10a37c

Please sign in to comment.