Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: fix devstack cache backend options parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 13, 2023
1 parent c3229ee commit 375f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registrar/settings/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'default': {
'BACKEND': 'django.core.cache.backends.memcached.PyMemcacheCache',
'LOCATION': os.environ.get('CACHE_LOCATION', 'memcached:11211'),
"OPTIONS": {"no_delay": True, "ignore_exec": True, "use_pooling": True},
"OPTIONS": {"no_delay": True, "ignore_exc": True, "use_pooling": True},
}
}

Expand Down

0 comments on commit 375f06e

Please sign in to comment.