From 47b38ea7f9e8c4e57d5463dc68271819b823d023 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 1 Apr 2019 15:58:14 +0100 Subject: Move task assignment to separate module Also, add automatic assign on user signup --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 1823a54..1f0ca83 100644 --- a/config.py +++ b/config.py @@ -46,3 +46,7 @@ class Config(object): # these should be used relative to the instance path DATASET_DIR = "datasets" TEMP_DIR = "tmp" + + # task distribution settings + TASKS_MAX_PER_USER = 5 + TASKS_NUM_PER_DATASET = 10 -- cgit v1.2.3