Skip to content

Commit

Permalink
fixup! Reduce recall range size to 50 MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Berman committed Sep 10, 2024
1 parent 9c17d8a commit 80f79f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arweave/src/ar_mining_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ get_worker(Key, State) ->
set_difficulty(DiffPair, State) ->
maps:foreach(
fun(_Partition, Worker) ->
ar_mining_worker:set_pdifficulty(Worker, DiffPair)
ar_mining_worker:set_difficulty(Worker, DiffPair)
end,
State#state.workers
),
Expand Down

0 comments on commit 80f79f6

Please sign in to comment.