Skip to content

Commit

Permalink
engine-arguments - mention the default timeout of 1min
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallnoefer authored Feb 2, 2025
1 parent b47cac6 commit e379296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Available options:
(under Windows use quotes or double-quotes, e.g., -C "ConstantIdentifier=ConstantValue" )
--connlimit [number] Set the maximum number of active connection threads
--conncache [number] Set the maximum number of cached persistent output connections
--responseTimeout [number] Set the timeout for request-response invocations (in milliseconds)
--responseTimeout [number] Set the timeout for request-response invocations (in milliseconds, default 1 min = 60*1000)
--correlationAlgorithm [simple|hash] Set the algorithm to use for message correlation
--log [severe|warning|info|fine] Set the logging level (default: info)
--stackTraces Activate the printing of Java stack traces (default: false)
Expand Down

0 comments on commit e379296

Please sign in to comment.