diff --git a/src/ushio-footer.js b/src/ushio-footer.js index 5c9fb6c..e200088 100644 --- a/src/ushio-footer.js +++ b/src/ushio-footer.js @@ -972,11 +972,11 @@ setInterval(()=>{ } if(!page.window) return; if(page.LastWindowOpenTime > new Date().valueOf() - 10000) SessionLastCntTime = page.LastWindowOpenTime; - if(new Date().valueOf() - SessionLastCntTime > 10000){ + if(new Date().valueOf() - SessionLastCntTime > 40000){ console.log('Session unhealthy!!'); session_ajax_ini(session_errCnt++ % 2); } - if(!session_ignore && new Date().valueOf() - SessionLastCntTime > 15000){ + if(!session_ignore && new Date().valueOf() - SessionLastCntTime > 70000){ tips.question({ timeout: 9999999, title: 'Warning', diff --git a/src/ushio-head.js b/src/ushio-head.js index b448e5a..7b4eee6 100644 --- a/src/ushio-head.js +++ b/src/ushio-head.js @@ -39,7 +39,7 @@ if(typeof block_tips == "undefined"){ /* global default page config */ var page = { - version: 'v3.6.10', + version: 'v3.6.11', url: window.location.href, title: 'Lovely Ushio', icon: 'https://cdn.yimian.xyz/img/head/head3r.ico', diff --git a/test/test.html b/test/test.html index c3b0c5b..5a7a9c0 100644 --- a/test/test.html +++ b/test/test.html @@ -1,13 +1,13 @@ - +