Skip to content

Commit

Permalink
Merge pull request #1136 from opengisch/QF-5310-cache
Browse files Browse the repository at this point in the history
Add some extra default settings to the cache configuration
  • Loading branch information
suricactus authored Mar 3, 2025
2 parents 48fa297 + f5ed45a commit 05c65e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-app/qfieldcloud/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
"default": {
"BACKEND": "django.core.cache.backends.memcached.PyMemcacheCache",
"LOCATION": "memcached:11211",
"OPTIONS": {
"no_delay": True,
"ignore_exc": True,
"max_pool_size": 10,
"use_pooling": True,
},
}
}

Expand Down

0 comments on commit 05c65e8

Please sign in to comment.