Skip to content

Commit

Permalink
CORE-19416 Update documentation for "flow.timeout" configuration (#1460)
Browse files Browse the repository at this point in the history
Updated documentation for "flow.timeout" configuration to note that it can be overridden by FlowMessaging API.

---------

Co-authored-by: Nadine Quin <[email protected]>
  • Loading branch information
mbrkic-r3 and nadinequinr3 authored Jan 24, 2024
1 parent 9c87fc8 commit fd50999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"default": 300000
},
"timeout": {
"description": "The length of time in milliseconds that Corda waits when no message has been received from a counterparty before causing the session to error.",
"description": "The length of time in milliseconds that Corda waits when no message has been received from a counterparty before causing the session to error. This value may be overridden by a flow specific timeout set via the FlowMessaging API. ",
"type": "integer",
"minimum": 1000,
"maximum": 2147483647,
Expand Down

0 comments on commit fd50999

Please sign in to comment.