diff --git a/static/app/soft.js b/static/app/soft.js index 18211b695..f3c5fcdee 100755 --- a/static/app/soft.js +++ b/static/app/soft.js @@ -378,6 +378,6 @@ function indexSoft() { $(function() { if (window.document.location.pathname == '/soft/') { - setInterval(function() { getSList(); }, 8000); + setInterval(function() { getSList(); }, 15000); } }); \ No newline at end of file