Skip to content

Commit

Permalink
build: include pooling in cache backend
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 6, 2023
1 parent 1a296f1 commit ae8d028
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions credentials/settings/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"default": {
"BACKEND": "django.core.cache.backends.memcached.PyMemcacheCache",
"LOCATION": os.environ.get("CACHE_LOCATION", "edx.devstack.memcached:11211"),
"OPTIONS": {
"no_delay": True,
"ignore_exec": True,
"use_poooling": True
},
}
}

Expand Down

0 comments on commit ae8d028

Please sign in to comment.