Skip to content

Commit dc7ad14

Browse files
committed
tools.muchsync: use 3 pings for reachability check
1 parent 9e4b543 commit dc7ad14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/muchsync/flake-module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Check if a host is reachable
2525
check_host() {
2626
local host=$1
27-
ping -W2 -c1 "$host" >/dev/null 2>&1
27+
ping -W2 -c3 "$host" >/dev/null 2>&1
2828
}
2929
3030
# Smart host selection - try spora, nether, retiolum, then tor

0 commit comments

Comments
 (0)