Updated settings with a PYLIBMC_MIN_COMPRESS_LEN example
This commit is contained in:
Родитель
610e3b4be2
Коммит
baac2a1b8b
|
@ -767,6 +767,9 @@ FETCH_BY_ID = True
|
|||
# it's not possible to invalidate these queries.
|
||||
CACHE_COUNT_TIMEOUT = 60
|
||||
|
||||
# To enable pylibmc compression (in bytes)
|
||||
PYLIBMC_MIN_COMPRESS_LEN = 0 # disabled
|
||||
|
||||
# External tools.
|
||||
SPHINX_INDEXER = 'indexer'
|
||||
SPHINX_SEARCHD = 'searchd'
|
||||
|
|
Загрузка…
Ссылка в новой задаче