You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// crash the server if localsync fails for any reason
107
107
// panic!("Local Sync thread died. Server will fail now!")
108
-
returnErr(anyhow::Error::msg("Failed to sync local data to disc. This can happen due to critical error in disc or environment. Please restart the Parseable server.\n\nJoin us on Parseable Slack if the issue persists after restart : https://launchpass.com/parseable"))
108
+
returnErr(anyhow::Error::msg("Failed to sync local data to drive. Please restart the Parseable server.\n\nJoin us on Parseable Slack if the issue persists after restart : https://launchpass.com/parseable"))
109
109
},
110
110
_ = &mut remote_sync_outbox => {
111
111
// remote_sync failed, this is recoverable by just starting remote_sync thread again
0 commit comments