()
| 290 | // This function is used to ping the pgAdmin4 server whether it |
| 291 | // it is started or not. |
| 292 | function pingServer() { |
| 293 | return axios.get(serverCheckUrl); |
| 294 | } |
| 295 | |
| 296 | let connectionTimeout = configStore.get('connectionTimeout', 180) * 1000; |
| 297 | let currentTime = (new Date).getTime(); |