mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0b0417e064
@ -11,7 +11,7 @@ if (process.env.SSL_KEY && process.env.SSL_CERT) {
|
||||
let options = {
|
||||
host: process.env.HOST || "127.0.0.1",
|
||||
port: parseInt(process.env.PORT) || 3001,
|
||||
timeout: 120 * 100,
|
||||
timeout: 120 * 1000,
|
||||
};
|
||||
|
||||
let request = client.request(options, (res) => {
|
||||
|
Loading…
Reference in New Issue
Block a user