Skip to content

Commit

Permalink
Fix mining performance report to handle composite packing
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPiechota committed Oct 5, 2024
1 parent bb42233 commit eb29d19
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 299 deletions.
2 changes: 1 addition & 1 deletion apps/arweave/include/ar_consensus.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%% The size of a recall range. The first range is randomly chosen from the given
%% mining partition. The second range is chosen from the entire weave.
-ifdef(DEBUG).
-define(RECALL_RANGE_SIZE, (256 * 1024)).
-define(RECALL_RANGE_SIZE, (128 * 1024)).
-else.
-define(RECALL_RANGE_SIZE, 26214400). % == 25 * 1024 * 1024
-endif.
Expand Down
Loading

0 comments on commit eb29d19

Please sign in to comment.