Skip to content

Commit

Permalink
Fix args order
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 29, 2024
1 parent 42f4a62 commit 5023b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ services:
"mongod",
"--bind_ip_all",
"--setParameter",
"transactionLifetimeLimitSeconds=90",
"--wiredTigerCacheSizeGB",
"0.5", # 512MB
"transactionLifetimeLimitSeconds=90",
"--replSet",
"rs0",
]
Expand Down

0 comments on commit 5023b2c

Please sign in to comment.