diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-02 19:24:45 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-02 19:24:45 +0200 |
commit | 0d8bba263dc195147d6fdb09662e7926f0a58b3e (patch) | |
tree | 4c570b4376c323e585120e7695b8715be7aa8881 /clients/ping.pl | |
parent | e4354b47bd8891c5b1ee591fdf74b3ca67eee461 (diff) |
Bump lots of changes
Diffstat (limited to 'clients/ping.pl')
-rwxr-xr-x | clients/ping.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clients/ping.pl b/clients/ping.pl index 3bbdd8a..8d216ef 100755 --- a/clients/ping.pl +++ b/clients/ping.pl @@ -62,7 +62,6 @@ while (1) { $dbh->pg_putcopyend(); $dbh->commit; - if (0) { # ping linknets $ping = Net::Oping->new; $ping->timeout(0.2); @@ -87,7 +86,5 @@ while (1) { $dbh->pg_putcopyend(); $dbh->commit; - } - sleep 1; } |