diff --git a/src/bornhack/environment_settings.py.dist b/src/bornhack/environment_settings.py.dist index b86f7895..4c9697b9 100644 --- a/src/bornhack/environment_settings.py.dist +++ b/src/bornhack/environment_settings.py.dist @@ -31,7 +31,7 @@ CHANNEL_LAYERS = { # start redirecting to the next camp instead of the previous camp after # this much of the time between the camps has passed -CAMP_REDIRECT_PERCENT=40 +CAMP_REDIRECT_PERCENT=30 ### changes below here are only needed for production