Skip to content

Commit 893bead

Browse files
authored
Remove TTFB_TIMEOUT and RESP_TIMEOUT configs (#4532)
This PR removes these deprecated fields from the config. Related to this PR which was merged ~1 year ago: * #3767
1 parent 9e05f7f commit 893bead

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

configs/mainnet.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ MAX_REQUEST_BLOCKS: 1024
163163
EPOCHS_PER_SUBNET_SUBSCRIPTION: 256
164164
# MIN_VALIDATOR_WITHDRAWABILITY_DELAY + CHURN_LIMIT_QUOTIENT // 2 (= 33,024) epochs
165165
MIN_EPOCHS_FOR_BLOCK_REQUESTS: 33024
166-
# 5 seconds
167-
TTFB_TIMEOUT: 5
168-
# 10 seconds
169-
RESP_TIMEOUT: 10
170166
# 2**5 (= 32) slots
171167
ATTESTATION_PROPAGATION_SLOT_RANGE: 32
172168
# 500ms

configs/minimal.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ MAX_REQUEST_BLOCKS: 1024
160160
EPOCHS_PER_SUBNET_SUBSCRIPTION: 256
161161
# [customized] MIN_VALIDATOR_WITHDRAWABILITY_DELAY + CHURN_LIMIT_QUOTIENT // 2 (= 272) epochs
162162
MIN_EPOCHS_FOR_BLOCK_REQUESTS: 272
163-
# 5 seconds
164-
TTFB_TIMEOUT: 5
165-
# 10 seconds
166-
RESP_TIMEOUT: 10
167163
# 2**5 (= 32) slots
168164
ATTESTATION_PROPAGATION_SLOT_RANGE: 32
169165
# 500ms

0 commit comments

Comments
 (0)