Update simpleping.js

pull/617/head
Mr Chen 10 months ago
parent 35f2791c72
commit 81bddd7eee
  1. 2
      plugins/simpleping/js/simpleping.js

@ -176,7 +176,7 @@ function pingDataGraphData(day){
clearInterval(posTimer); clearInterval(posTimer);
posTimer = setInterval(function() { posTimer = setInterval(function() {
pingDataGraphPosData(); pingDataGraphPosData();
}, 2000); }, 3000);
} }
}); });
} }

Loading…
Cancel
Save