Skip to content

Commit

Permalink
stop saving number-to-id and use only 10 blocks at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
crypticmeta committed Oct 11, 2024
1 parent 575d13e commit 4b32215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// to run: node --max-old-space-size=8192 ./index.ts

// NOTE: there is a possibility that if json contains \u0000, it'll be saved into text_content not content (jsonb)
const LIMIT = 100;
const LIMIT = 10;
import dotenv from 'dotenv';
dotenv.config();

Expand Down

0 comments on commit 4b32215

Please sign in to comment.