Skip to content

Commit

Permalink
try discovery interval of 1ms on holesky 1
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe-blox committed Oct 8, 2024
1 parent 5f6a41b commit 3ebea5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .k8/production/holesky/scripts/deploy-cluster-1--4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ fi
DIR=".k8/production/holesky"
DEPLOY_FILES=(
"ssv-node-holesky-1-deployment.yml"
"ssv-node-holesky-2-deployment.yml"
"ssv-node-holesky-3-deployment.yml"
"ssv-node-holesky-4-deployment.yml"
# "ssv-node-holesky-2-deployment.yml"
# "ssv-node-holesky-3-deployment.yml"
# "ssv-node-holesky-4-deployment.yml"
)

if [[ -d $DIR ]]; then
Expand Down
2 changes: 1 addition & 1 deletion network/discovery/dv5_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

var (
defaultDiscoveryInterval = time.Millisecond * 50
defaultDiscoveryInterval = time.Millisecond * 1
publishENRTimeout = time.Minute
)

Expand Down

0 comments on commit 3ebea5c

Please sign in to comment.