Only run one background update at a time

This commit is contained in:
Richard van der Hoff 2020-03-31 17:43:19 +01:00
parent b4c2234232
commit 7b608cf468
3 changed files with 68 additions and 27 deletions

View file

@ -29,7 +29,7 @@ logger = logging.getLogger(__name__)
# Remember to update this number every time a change is made to database
# schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 57
SCHEMA_VERSION = 58
dir_path = os.path.abspath(os.path.dirname(__file__))