设置是否显示全部的提交列表

This commit is contained in:
virusdefender
2016-04-23 23:04:32 +08:00
parent a3ca1bb22e
commit 4e6465ff26
3 changed files with 26 additions and 12 deletions

View File

@@ -184,3 +184,6 @@ TOKEN_BUCKET_DEFAULT_CAPACITY = 50
# 单位:每分钟
TOKEN_BUCKET_FILL_RATE = 2
# 是否显示所有人的提交, False就只显示自己的
SHOW_ALL_SUBMISSIONS_LIST = False