We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4766c71 commit 137d5ffCopy full SHA for 137d5ff
networking/eth2/src/main/java/tech/pegasys/teku/networking/eth2/P2PConfig.java
@@ -58,7 +58,7 @@ public class P2PConfig {
58
public static final int DEFAULT_DOWNLOAD_TIMEOUT_MS = 240_000;
59
60
public static final int DEFAULT_COLUMN_CUSTODY_BACKFILLER_POLL_PERIOD_SECONDS = 30;
61
- public static final int DEFAULT_COLUMN_CUSTODY_BACKFILLER_BATCH_SIZE = 10;
+ public static final int DEFAULT_COLUMN_CUSTODY_BACKFILLER_BATCH_SIZE = 3;
62
public static final boolean DEFAULT_REWORKED_COLUMN_CUSTODY_BACKFILLER = true;
63
64
// RocksDB is configured with 6 background jobs and threads (DEFAULT_MAX_BACKGROUND_JOBS and
0 commit comments