Skip to content

Commit

Permalink
Merge pull request wso2#2851 from ruthryi/master-ru3
Browse files Browse the repository at this point in the history
Update context at the Endpoints Documentation
  • Loading branch information
samgnaniah authored Sep 29, 2021
2 parents aae8476 + 2cd8ec8 commit cb308b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ The following is the configuration for the address endpoint. Note that you can a
<enableAddressing [version="final|submission"] [separateListener="true|false"]/>?

<timeout>
<duration>timeout duration in seconds</duration>
<duration>timeout duration in milliseconds</duration>
<responseAction>discard|fault|never</responseAction>
</timeout>?

Expand Down Expand Up @@ -638,7 +638,7 @@ The `timeout` element contains the following parameters that are used to conside
<li><b>Discard</b>: If this is selected, the responses which arrive after the endpoint has timed out will be discarded.</li>
<li><b>Fault</b>: If this is selected, a fault sequence is triggered when the endpoint is timed out.</li>
</ul>
<b>Note</b>: You can specify a value that is 1 millisecond less than the time duration you specify for the endpoint time out for the <code>synapse.timeout_handler_interval</code> property in the <code>MI_Home/conf/ei.toml</code> file. This would minimise the number of late responses from the backend.
<b>Note</b>: You can specify a value that is 1 millisecond less than the time duration you specify for the endpoint time out for the <code>synapse.timeout_handler_interval</code> property in the <code>MI_Home/conf/deployment.toml</code> file. This would minimise the number of late responses from the backend.
</ul>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Accessing a Windows Share using VFS
This example demonstrates how the [VFS transport](../../setup/transport_configurations/configuring-transports/configuring-the-vfs-transport) in WSO2 Micro Integrator can be used to access a windows share.
This example demonstrates how the [VFS transport](../../../../setup/transport_configurations/configuring-transports/#configuring-the-vfs-transport) in WSO2 Micro Integrator can be used to access a windows share.

## Synapse configuration
## Synapse configuration

Following are the integration artifacts (proxy service) that we can used to implement this scenario.

Expand Down

0 comments on commit cb308b3

Please sign in to comment.