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
-