Skip to content

Commit

Permalink
enable single port at 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
trevj authored Jan 17, 2019
1 parent 691a034 commit 89dbdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shadowbox/server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async function main() {
// - update `install_server.sh` to stop using `--net=host` for new servers (old servers are stuck
// with that forever) and output new instructions for port configuration.
// - update manger UI to provide new instructions for port configuration in manual mode.
if (createRolloutTracker(serverConfig).isRolloutEnabled('single-port', 20)) {
if (createRolloutTracker(serverConfig).isRolloutEnabled('single-port', 100)) {
const portForNewAccessKeys = getPortForNewAccessKeys(serverConfig, accessKeyConfig) ||
await reservePortForNewAccessKeys(portProvider, serverConfig);
accessKeyRepository.enableSinglePort(portForNewAccessKeys);
Expand Down

0 comments on commit 89dbdee

Please sign in to comment.