Browse Source

chore(static): change default timeout to 30s

master
louisyoungx 3 years ago
parent
commit
337ea23196
  1. 2
      Static/js/index.js

2
Static/js/index.js

@ -9,7 +9,7 @@ new Vue({ @@ -9,7 +9,7 @@ new Vue({
count: "1", // 购买数量
retry: "10", // 重试次数
work_count: "1", // 启动线程数
timeout: "10", // 超时时间
timeout: "30", // 超时时间
eid: "",
fp: "",
timeSelectAble: true,

Loading…
Cancel
Save