File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ LogSpawnCategory values can be binary or'd together using "|"
2828var config = {
2929 // The port for the spawn-server REST and proxy calls. Note that setting this to 0 or null will disable the
3030 // the spawn-server, which may help with troubleshooting.
31- spawnServerPort : 11182 ,
31+ spawnServerPort : 11183 ,
3232
3333 // The hostname to use for broker-connection stream-cache servers or when enabling SSL.
3434 // This field can be used to generate endpoints containing a public DNS or IP address.
@@ -84,7 +84,7 @@ var config = {
8484
8585 // First websocket port. The range of used Websocket ports will therefore be:
8686 // [spawnWebsocketPortsBegin, (spawnWebsocketPortsBegin + spawnMaxSpawnCount - 1)]
87- spawnWebsocketPortsBegin : 11000 ,
87+ spawnWebsocketPortsBegin : 11035 ,
8888
8989 ////////////////////////////////////////////////////////////////////////////////
9090 // Liveliness settings for spawned stream-cache servers.
You can’t perform that action at this time.
0 commit comments