mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 14:55:03 +08:00
handle ERR_CONNECTION_RESET gracefully
This commit is contained in:
parent
04813743e2
commit
a3fa8341ba
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ async function sync() {
|
|||
(e.message.includes('ECONNREFUSED') ||
|
||||
e.message.includes('ERR_CONNECTION_REFUSED') ||
|
||||
e.message.includes('ERR_ADDRESS_UNREACHABLE') ||
|
||||
e.message.includes('ERR_CONNECTION_RESET') ||
|
||||
e.message.includes('Bad Gateway'))) {
|
||||
|
||||
ws.syncFailed();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue