Compare commits
2 Commits
f8723a55c4
...
e7f48ea895
| Author | SHA1 | Date | |
|---|---|---|---|
| e7f48ea895 | |||
| be68f45a92 |
@@ -76,7 +76,7 @@ const testServerPing = (
|
||||
const timeout = 5000
|
||||
let resolved = false
|
||||
|
||||
const pingUrl = `http://ping.${server.subdomain}`
|
||||
const pingUrl = `https://ping.${server.subdomain}`
|
||||
|
||||
const timeoutId = setTimeout(() => {
|
||||
if (!resolved) {
|
||||
|
||||
Reference in New Issue
Block a user