How to increase number of connections to BVE API (socket server)

QUESTION

Traverse limits the number of connections to the BVE API. How may I raise this limit?


RESOLUTION

The etc/emerald.xml file should contain the basic parameters for your socket server (connections, port and timeout). In order to increase the amount of concurrent connections made to the server, you can simply update the connections parameter found under the socketServer tag:

<socketServer>
    <connections>3</connections> <!-- maximum concurrent connections -->
    <port>7661</port> <!-- port for incoming connections -->
    <timeout>300</timeout> <!-- idle timeout, in seconds -->
</socketServer>


APPLIES TO

All Traverse versions


REFERENCE

-

Have more questions?

Contact us

Was this article helpful?
0 out of 0 found this helpful

Provide feedback for the Documentation team!

Browse this section