mirror of
https://github.com/fosrl/newt.git
synced 2026-03-06 18:56:41 +00:00
Set the ping inteval to 30 seconds
This commit is contained in:
2
main.go
2
main.go
@@ -506,7 +506,7 @@ func runNewtMain(ctx context.Context) {
|
|||||||
id, // CLI arg takes precedence
|
id, // CLI arg takes precedence
|
||||||
secret, // CLI arg takes precedence
|
secret, // CLI arg takes precedence
|
||||||
endpoint,
|
endpoint,
|
||||||
pingInterval,
|
30, // 30 seconds
|
||||||
pingTimeout,
|
pingTimeout,
|
||||||
opt,
|
opt,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user