We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e95b8 commit 6b80ca6Copy full SHA for 6b80ca6
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
### master
4
+- to speed up the "online test" ping uses only 1 packet
5
6
### v1.0.0, 2014-10-26
7
- README updates
scripts/online_status_icon.sh
@@ -35,7 +35,7 @@ offline_icon_default() {
35
}
36
37
online_status() {
38
- ping -c 3 $(get_tmux_option "$route_to_ping_string" "$route_to_ping_default") >/dev/null 2>&1
+ ping -c 1 $(get_tmux_option "$route_to_ping_string" "$route_to_ping_default") >/dev/null 2>&1
39
40
41
print_icon() {
0 commit comments