Browse Source

Merge branch 'dev' of github.com:allanpk716/ChineseSubFinder into dev

allan716 3 years ago
parent
commit
b18ab61d95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/composables/useAppStatusLoading.js

+ 1 - 1
frontend/src/composables/useAppStatusLoading.js

@@ -16,7 +16,7 @@ export const useAppStatusLoading = () => {
         setTimeout(resolve, ms);
       });
     // 考虑保存配置后HTTP服务没有立即重启的情况,等待几秒再请求状态接口
-    await sleep(5000);
+    await sleep(6000);
 
     const handler = async () => {
       const [res, err] = await SystemApi.getInfo();