Skip to content

Commit 2b817c7

Browse files
committed
fix: constants values
1 parent 45175e7 commit 2b817c7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

constants/index.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,9 @@ export const MEMPOOL_PROCESS_DELAY = 100
276276
// When fetching some address transactions, number of transactions to fetch at a time.
277277
// On chronik, the max allowed is 200
278278
export const CHRONIK_FETCH_N_TXS_PER_PAGE = 200
279-
280-
export const INITIAL_ADDRESS_SYNC_FETCH_CONCURRENTLY = 64
281-
export const TX_EMIT_BATCH_SIZE = 1_000 // for our generator, not chronik
282-
export const DB_COMMIT_BATCH_SIZE = 1_000 // tamanho dos lotes para commit no DB
279+
export const INITIAL_ADDRESS_SYNC_FETCH_CONCURRENTLY = 5
280+
export const TX_EMIT_BATCH_SIZE = 500
281+
export const DB_COMMIT_BATCH_SIZE = 500
283282

284283
export const TRIGGER_POST_CONCURRENCY = 100
285284
export const TRIGGER_EMAIL_CONCURRENCY = 100

0 commit comments

Comments
 (0)