Skip to content
Permalink
Browse files

[WFLY-11911] Remove READ_TIMEOUT from cannel configuration options

  • Loading branch information
tmiyargi committed Mar 27, 2019
1 parent ace56a8 commit 6894e74c09de9221e7c6966cf90f970e3fffd3e9
@@ -32,7 +32,6 @@
</timer-service>
<remote connector-ref="http-remoting-connector" thread-pool-name="default">
<channel-creation-options>
<option name="READ_TIMEOUT" value="${prop.remoting-connector.read.timeout:20}" type="xnio"/>
<option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
</channel-creation-options>
</remote>
@@ -41,11 +41,6 @@
<feature spec="subsystem.ejb3.service.remote">
<param name="connector-ref" value="http-remoting-connector"/>
<param name="thread-pool-name" value="default"/>
<feature spec="subsystem.ejb3.service.remote.channel-creation-options">
<param name="channel-creation-options" value="READ_TIMEOUT"/>
<param name="value" value="${prop.remoting-connector.read.timeout:20}"/>
<param name="type" value="xnio"/>
</feature>
<feature spec="subsystem.ejb3.service.remote.channel-creation-options">
<param name="channel-creation-options" value="MAX_OUTBOUND_MESSAGES"/>
<param name="value" value="1234"/>

0 comments on commit 6894e74

Please sign in to comment.
You can’t perform that action at this time.