Skip to content

Commit

Permalink
revert programs to fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrause committed Jun 12, 2022
1 parent ab0d713 commit 6a35f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ To install or update LODA, please follow the [installation instructions](https:/

## [Unreleased]

# v22.6.10
# v22.6.12

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion src/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "program_util.hpp"

const std::string Miner::ANONYMOUS("anonymous");
const int64_t Miner::PROGRAMS_TO_FETCH = 5000; // magic number
const int64_t Miner::PROGRAMS_TO_FETCH = 2000; // magic number
const int64_t Miner::NUM_MUTATIONS = 100; // magic number

Miner::Miner(const Settings &settings, int64_t log_interval,
Expand Down

0 comments on commit 6a35f5d

Please sign in to comment.