diff options
Diffstat (limited to 'lib/ASM/Event.pm')
| -rw-r--r-- | lib/ASM/Event.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Event.pm b/lib/ASM/Event.pm index c85313c..905ada8 100644 --- a/lib/ASM/Event.pm +++ b/lib/ASM/Event.pm @@ -156,7 +156,7 @@ sub on_pong if ($lag > 1) { ASM::Util->dprint("Latency: $lag", 'latency'); } - if (($pongcount % 3) == 0) { #easiest way to do something roughly every 90 seconds + if (($pongcount++ % 3) == 0) { #easiest way to do something roughly every 90 seconds $conn->sl('STATS p'); } if ( @::syncqueue || $::netsplit_ignore_lag ) { |
