We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bc5f8 commit 0e0ccddCopy full SHA for 0e0ccdd
1 file changed
aries_cloudagent/protocols/routing/v1_0/manager.py
@@ -21,7 +21,7 @@
21
LOGGER = logging.getLogger(__name__)
22
23
RECIP_ROUTE_PAUSE = 0.1
24
-RECIP_ROUTE_RETRY = 5
+RECIP_ROUTE_RETRY = 10
25
26
27
class RoutingManagerError(BaseError):
0 commit comments