Skip to content

Commit

Permalink
CORE-18984 mediator config default
Browse files Browse the repository at this point in the history
  • Loading branch information
LWogan committed Jan 3, 2024
1 parent 8ce3043 commit 8511d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"pollTimeout": {
"description": "The length of time in milliseconds that the mediator pattern consumers wait for a response from the bus when calling poll.",
"type": "integer",
"minimum": 100,
"minimum": 10,
"maximum": 2147483647,
"default": 50
}
Expand Down

0 comments on commit 8511d36

Please sign in to comment.