Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Oct 17, 2023
1 parent 021f46d commit 9c431f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const CONSENSUS_POOL_INTERVAL_MS = 10_000;

export const CONSENSUS_RETRY_DELAY = 1_000;
export const CONSENSUS_RETRY_ATTEMPTS = 3;
// we need such a big timeout because we
// Require a substantial timeout period due to the large volume of data being streamed from the consensus layer and subsequently written into the database
export const CONSENSUS_REQUEST_TIMEOUT = 1_320_000;

0 comments on commit 9c431f9

Please sign in to comment.