Skip to content

Commit

Permalink
Use 100k blocks per batch
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Feb 17, 2024
1 parent a0b64aa commit f64a35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-raw-near-lake-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const sha256 = require('../utils/sha256');
const { writeChangesFile, readChangesFile, changeKey, mergeChangesFiles } = require('../storage/lake/changes-index');
const { readBlocks } = require('../storage/lake/archive');

const BLOCKS_PER_BATCH = 10000;
const BLOCKS_PER_BATCH = 100000;

const MIN_CHANGES_PER_FILE = 1000;

Expand Down

0 comments on commit f64a35b

Please sign in to comment.