Compare commits
1 Commits
37cacd6fd1
...
f62fa43653
Author | SHA1 | Date | |
---|---|---|---|
f62fa43653 |
@ -12,7 +12,7 @@ class DummyClient:
|
||||
return self._data[key]
|
||||
|
||||
|
||||
if constants.MEMCACHE_HOST is None:
|
||||
if constants.MEMCACHED_HOST is None:
|
||||
client = DummyClient()
|
||||
else:
|
||||
client = Client(constants.MEMCACHED_HOST_PATH, timeout=1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user