Increase server ping timeout

This commit is contained in:
benonymity 2022-04-20 17:52:16 -04:00
parent f65f7b01c3
commit 033f066568

View file

@ -194,7 +194,7 @@ export default {
},
pingServerAddress(address) {
return this.$axios
.$get(`${address}/ping`, { timeout: 1000 })
.$get(`${address}/ping`, { timeout: 3000 })
.then((data) => data.success)
.catch((error) => {
console.error('Server check failed', error)