mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-01 11:46:14 +00:00
mark proxy timeouts as temporary
This commit is contained in:
@@ -1142,6 +1142,8 @@ temporaryAgentError :: AgentErrorType -> Bool
|
||||
temporaryAgentError = \case
|
||||
BROKER _ NETWORK -> True
|
||||
BROKER _ TIMEOUT -> True
|
||||
SMP (SMP.PROXY SMP.TIMEOUT) -> True
|
||||
NTF (SMP.PROXY SMP.TIMEOUT) -> True
|
||||
INACTIVE -> True
|
||||
_ -> False
|
||||
{-# INLINE temporaryAgentError #-}
|
||||
|
||||
Reference in New Issue
Block a user