From 6b39ca8b1993f6a4efd22b326746ec395421de01 Mon Sep 17 00:00:00 2001 From: krateng Date: Tue, 12 Apr 2022 19:03:55 +0200 Subject: [PATCH] Added duration warning to upgrade page --- maloja/database/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )