Skip to content

Commit

Permalink
Merge pull request #266 from Chia-Network/develop
Browse files Browse the repository at this point in the history
512 diskplot buckets fix
  • Loading branch information
haorldbchi authored Feb 6, 2023
2 parents 0af0a6f + 1504031 commit c669876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plotdisk/k32/CTableWriterBounded.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class CTableWriterBounded

MapWriter<_numBuckets, false> _mapWriter;
uint64 _mapOffset = 0;
uint64 _mapBitCounts[BB_DP_MAX_JOBS] = {};
uint64 _mapBitCounts[_numBuckets] = {};

Duration _tableIOWait = Duration::zero();
uint32 _threadCount = 0;
Expand Down

0 comments on commit c669876

Please sign in to comment.