From 6a082e6b58c0f3f505cecb0bf1b6e6f79df8c813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Sat, 25 Nov 2017 14:54:34 +0100 Subject: [PATCH] Lower the percentage for camp redirect. --- src/bornhack/environment_settings.py.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bornhack/environment_settings.py.dist b/src/bornhack/environment_settings.py.dist index 4c9697b9..ba64d51c 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=30 +CAMP_REDIRECT_PERCENT=25 ### changes below here are only needed for production