diff --git a/maloja/database/__init__.py b/maloja/database/__init__.py index ac3ec86..f37caa4 100644 --- a/maloja/database/__init__.py +++ b/maloja/database/__init__.py @@ -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} )