1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added duration warning to upgrade page

This commit is contained in:
krateng 2022-04-12 19:03:55 +02:00
parent 700b81217c
commit 6b39ca8b19

View File

@ -46,7 +46,7 @@ class DatabaseNotBuilt(HTTPError):
def __init__(self):
super().__init__(
status=503,
body="The Maloja Database is being upgraded to Version 3. This could take several minutes.",
body="The Maloja Database is being upgraded to Version 3. This could take quite a long time! (~ 2-5 minutes per 10 000 scrobbles)",
headers={"Retry-After":120}
)