diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-04-01 15:58:14 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-04-01 15:58:14 +0100 |
| commit | 47b38ea7f9e8c4e57d5463dc68271819b823d023 (patch) | |
| tree | 54d073431e3da31a0184545fbf15b8e6cac1ab36 /config.py | |
| parent | fetch d3 over https (diff) | |
| download | AnnotateChange-47b38ea7f9e8c4e57d5463dc68271819b823d023.tar.gz AnnotateChange-47b38ea7f9e8c4e57d5463dc68271819b823d023.zip | |
Move task assignment to separate module
Also, add automatic assign on user signup
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
