diff --git a/config.py b/config.py index 37be549..acc3869 100644 --- a/config.py +++ b/config.py @@ -11,7 +11,7 @@ from sentry_sdk.integrations.pymongo import PyMongoIntegration NAME = 'openaedmap-backend' -VERSION = '2.8.1' +VERSION = '2.8.2' CREATED_BY = f'{NAME} {VERSION}' WEBSITE = 'https://openaedmap.org' diff --git a/docker-compose.yml b/docker-compose.yml index 111792d..9f00d04 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,9 +8,9 @@ services: "mongod", "--bind_ip_all", "--setParameter", + "transactionLifetimeLimitSeconds=90", "--wiredTigerCacheSizeGB", "0.5", # 512MB - "transactionLifetimeLimitSeconds=90", "--replSet", "rs0", ]