updated caches

This commit is contained in:
Alexander Karpov 2024-04-07 23:14:33 +03:00
parent 709bda158a
commit c772c1a97b

View File

@ -80,6 +80,7 @@
"music.*": {"ops": ("fetch", "get", "list"), "timeout": 60 * 15},
"otp_totp.totpdevice": {"ops": "all", "timeout": 15 * 60},
"users.userapitoken": {"ops": "all", "timeout": 20 * 60},
"users.user": {"ops": "all", "timeout": 5 * 60},
}
CACHEOPS_REDIS = env.str("REDIS_URL")