fix: set autorelay interval to 2 seconds

This commit is contained in:
Richard Ramos 2023-05-18 12:10:37 -04:00
parent 898f433d2c
commit b66c19ad8f
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760

View File

@ -211,7 +211,7 @@ func New(opts ...WakuNodeOption) (*WakuNode, error) {
}()
return r
},
autorelay.WithMinInterval(0),
autorelay.WithMinInterval(2*time.Second),
))
if params.enableNTP {