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 316a9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions credentials/settings/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"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_pooling": True},
}
}

Expand Down

0 comments on commit 316a9ca

Please sign in to comment.