mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-24 12:45:18 +02:00
Increase server ping timeout
This commit is contained in:
parent
f65f7b01c3
commit
033f066568
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue