mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 07:36:05 -04:00
Fix: Add axios timeout
This commit is contained in:
parent
7df13b440a
commit
274314c5e5
@ -95,6 +95,7 @@ class Monitor extends BeanModel {
|
||||
"User-Agent": "Uptime-Kuma",
|
||||
host: targetUrl.hostname,
|
||||
},
|
||||
timeout: 3000,
|
||||
}
|
||||
);
|
||||
} catch (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user