You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: don't specify keep-alive-interval by default
This removes the `--keep-alive-interval-msec` flag from the default
flags passed to `sn_node` by making it optional, and defaulting to
unset.
BREAKING CHANGE: The default value for `--keep-alive-interval-msec` if
unspecified has changed to `None`, which will not pass any flag to
`sn_node`, meaning the upstream default will apply.
0 commit comments