aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
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