From 4ae0ce26c3f211db206595f7dfa2142e978be295 Mon Sep 17 00:00:00 2001 From: fortuna Date: Fri, 4 Jan 2019 15:23:09 -0500 Subject: [PATCH] Rollout single port to 20% --- src/shadowbox/server/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shadowbox/server/main.ts b/src/shadowbox/server/main.ts index 010b4f52..78e1dc1b 100644 --- a/src/shadowbox/server/main.ts +++ b/src/shadowbox/server/main.ts @@ -183,7 +183,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', 0)) { + if (createRolloutTracker(serverConfig).isRolloutEnabled('single-port', 20)) { accessKeyRepository.enableSinglePort(); }