mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #1172 from charithag/master
Fixed https://github.com/wso2/product-iots/issues/1564
This commit is contained in:
commit
bb4f96cdfe
@ -140,7 +140,7 @@
|
|||||||
<!--This configuration used to configure the options for remote device control feature -->
|
<!--This configuration used to configure the options for remote device control feature -->
|
||||||
<RemoteSessionConfiguration>
|
<RemoteSessionConfiguration>
|
||||||
<Enabled>true</Enabled>
|
<Enabled>true</Enabled>
|
||||||
<RemoteSessionServerUrl>wss://localhost:9443</RemoteSessionServerUrl>
|
<RemoteSessionServerUrl>ws://localhost:9763</RemoteSessionServerUrl>
|
||||||
<MaximumHTTPConnectionPerHost>2</MaximumHTTPConnectionPerHost>
|
<MaximumHTTPConnectionPerHost>2</MaximumHTTPConnectionPerHost>
|
||||||
<MaximumTotalHTTPConnections>100</MaximumTotalHTTPConnections>
|
<MaximumTotalHTTPConnections>100</MaximumTotalHTTPConnections>
|
||||||
<MaximumMessagesPerSecond>20</MaximumMessagesPerSecond>
|
<MaximumMessagesPerSecond>20</MaximumMessagesPerSecond>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user