修复重启清理系统代理问题

This commit is contained in:
2025-10-09 12:13:52 +08:00
parent 1cf6df4477
commit d1082a8677
3 changed files with 160 additions and 9 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ class PixivAuth {
*/
createAxiosInstance() {
const config = {
timeout: 30000, // 30秒超时
timeout: 60000,
headers: this.getDefaultHeaders()
};
@@ -474,4 +474,4 @@ class PixivAuth {
}
}
module.exports = PixivAuth;
module.exports = PixivAuth;