mirror of
https://github.com/lush2020/CF-Workers-SUB.git
synced 2026-03-21 11:02:41 +08:00
Update _worker.js
订阅超时阈值调整至2秒
This commit is contained in:
@@ -95,7 +95,7 @@ export default {
|
||||
|
||||
const timeout = setTimeout(() => {
|
||||
controller.abort(); // 取消所有请求
|
||||
}, 1618); // 1.618秒后触发
|
||||
}, 2000); // 2秒后触发
|
||||
|
||||
|
||||
let 追加UA = 'v2rayn';
|
||||
|
||||
Reference in New Issue
Block a user