Skip to content

Commit

Permalink
increased thread count for storage queries (#7474)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Harris <[email protected]>
  • Loading branch information
rolfyone committed Aug 31, 2023
1 parent eeb65c8 commit cd1961b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class Constants {
public static final int MAXIMUM_CONCURRENT_EB_REQUESTS = 5;
public static final int REPUTATION_MANAGER_CAPACITY = 1024;
public static final Duration STORAGE_REQUEST_TIMEOUT = Duration.ofSeconds(60);
public static final int STORAGE_QUERY_CHANNEL_PARALLELISM = 10; // # threads
public static final int STORAGE_QUERY_CHANNEL_PARALLELISM = 20; // # threads
public static final int PROTOARRAY_FORKCHOICE_PRUNE_THRESHOLD = 256;

// Teku Validator Client Specific
Expand Down

0 comments on commit cd1961b

Please sign in to comment.