Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Nov 7, 2023
1 parent 713b38b commit 5b63d15
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public void Migration(

while (remainingCount > 0)
{
int interval = 100;
int interval = 10;
int limitInterval;
Task<List<IActionEvaluation>>[] taskArray;
if (interval < remainingCount)
Expand All @@ -274,7 +274,6 @@ public void Migration(
_baseStore.IterateIndexes(_baseChain.Id, offset + offsetIdx ?? 0 + offsetIdx, limitInterval).Select((value, i) => new { i, value }))
{
var block = _baseStore.GetBlock(item.value);
_blockList.Add(BlockData.GetBlockInfo(block));
_blockHash = block.Hash;
_blockIndex = block.Index;
_blockTimeOffset = block.Timestamp;
Expand Down

0 comments on commit 5b63d15

Please sign in to comment.