File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
ethereum/spec/src/main/java/tech/pegasys/teku/spec/config Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -327,6 +327,16 @@ public int getMaxChunkSize() {
327327 return specConfig .getMaxChunkSize ();
328328 }
329329
330+ @ Override
331+ public int getTtfbTimeout () {
332+ return specConfig .getTtfbTimeout ();
333+ }
334+
335+ @ Override
336+ public int getRespTimeout () {
337+ return specConfig .getRespTimeout ();
338+ }
339+
330340 @ Override
331341 public int getAttestationPropagationSlotRange () {
332342 return specConfig .getAttestationPropagationSlotRange ();
@@ -362,16 +372,6 @@ public int getMinEpochsForBlockRequests() {
362372 return specConfig .getMinEpochsForBlockRequests ();
363373 }
364374
365- @ Override
366- public int getTtfbTimeout () {
367- return specConfig .getTtfbTimeout ();
368- }
369-
370- @ Override
371- public int getRespTimeout () {
372- return specConfig .getRespTimeout ();
373- }
374-
375375 @ Override
376376 public int getSubnetsPerNode () {
377377 return specConfig .getSubnetsPerNode ();
You can’t perform that action at this time.
0 commit comments