Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
e63d76d8
Verified
Commit
e63d76d8
authored
Sep 13, 2021
by
Jelle van der Waa
🚧
Browse files
Switch to pymemcache
parent
2b99199c
Pipeline
#11144
passed with stage
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/archweb/templates/local_settings.py.j2
View file @
e63d76d8
...
...
@@ -38,7 +38,7 @@ DATABASES = {
## Define cache settings
CACHES = {
'default': {
'BACKEND' : 'django.core.cache.backends.memcached.Memcache
d
Cache'
,
'BACKEND' : 'django.core.cache.backends.memcached.
Py
MemcacheCache'
'LOCATION': 'unix:/run/memcached/archweb.sock',
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment