Update simpleping.js

This commit is contained in:
Mr Chen 2024-07-11 13:43:00 +08:00
parent 35f2791c72
commit 81bddd7eee
1 changed files with 1 additions and 1 deletions

View File

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