Skip to content

Commit c6e59ac

Browse files
committed
fixes node registration interval
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent 87a5a38 commit c6e59ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/registrar/registrar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
Done RegistrationState = "Done"
2525

2626
monitorAccountEvery = 30 * time.Minute
27-
updateNodeInfoInterval = 24 * time.Second
27+
updateNodeInfoInterval = 24 * time.Hour
2828
)
2929

3030
var (

0 commit comments

Comments
 (0)