增加部分缓存

This commit is contained in:
virusdefender
2019-03-11 17:57:43 +08:00
parent 482a1a7d02
commit 7df98245e4
3 changed files with 100 additions and 38 deletions

View File

@@ -25,7 +25,6 @@ class CacheKey:
waiting_queue = "waiting_queue"
contest_rank_cache = "contest_rank_cache"
website_config = "website_config"
option = "option"
class Difficulty(Choices):