mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[GH-ISSUE #547] Default ping timeout too high for FreeBSD #134
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexdupre on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/547
FreeBSD
pingallows to set 3600s as max timeout, while the default value inthe-bastionis 86400.I suggest to change the default value in
bin/plugin/open/pingto 3600 that is long enough and works on all OSes without additional params.@speed47 commented on GitHub (Jul 7, 2025):
I agree, 1h ought to be enough for anybody.