From fe870927501dc2ae7bb0a6029a61a26f3945668f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 5 Dec 2018 20:26:38 +0800 Subject: [PATCH] Update soft.js --- static/app/soft.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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