Rollout single port to 20%

This commit is contained in:
fortuna 2019-01-04 15:23:09 -05:00
parent ce60417845
commit 4ae0ce26c3

View file

@ -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();
}