diff options
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; } |