Skip to content

Commit 6a35f5d

Browse files
committed
revert programs to fetch
1 parent ab0d713 commit 6a35f5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ To install or update LODA, please follow the [installation instructions](https:/
22

33
## [Unreleased]
44

5-
# v22.6.10
5+
# v22.6.12
66

77
### Bugfixes
88

src/miner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "program_util.hpp"
1616

1717
const std::string Miner::ANONYMOUS("anonymous");
18-
const int64_t Miner::PROGRAMS_TO_FETCH = 5000; // magic number
18+
const int64_t Miner::PROGRAMS_TO_FETCH = 2000; // magic number
1919
const int64_t Miner::NUM_MUTATIONS = 100; // magic number
2020

2121
Miner::Miner(const Settings &settings, int64_t log_interval,

0 commit comments

Comments
 (0)