Skip to content

Commit

Permalink
Change host PKA default to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielseibel1 committed Sep 19, 2023
1 parent 6d4c14c commit 81f5dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func updateHosts() {
continue
}
if host.PersistentKeepalive == 0 {
host.PersistentKeepalive = 20 * time.Millisecond
host.PersistentKeepalive = 20 * time.Second
if err := logic.UpsertHost(&host); err != nil {
logger.Log(0, "failed to upsert host", host.ID.String())
continue
Expand Down

0 comments on commit 81f5dd6

Please sign in to comment.