Skip to content

Commit

Permalink
Update _worker.js
Browse files Browse the repository at this point in the history
订阅超时阈值调整至2秒
  • Loading branch information
cmliu authored May 17, 2024
1 parent 8f402a5 commit 4fb98c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default {

const timeout = setTimeout(() => {
controller.abort(); // 取消所有请求
}, 1618); // 1.618秒后触发
}, 2000); // 2秒后触发


let 追加UA = 'v2rayn';
Expand Down

0 comments on commit 4fb98c5

Please sign in to comment.