Skip to content

Commit 907410b

Browse files
committed
update
1 parent aa7f840 commit 907410b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches-staging/server_config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LogSpawnCategory values can be binary or'd together using "|"
2828
var 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.

0 commit comments

Comments
 (0)