mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	django-pylibmc: Add dependancy and use as cache backend for memcached.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							ba55d22fdb
						
					
				
				
					commit
					998fb038a9
				
			@@ -613,7 +613,7 @@ SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
 | 
			
		||||
 | 
			
		||||
CACHES = {
 | 
			
		||||
    'default': {
 | 
			
		||||
        'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
 | 
			
		||||
        'BACKEND': 'django_pylibmc.memcached.PyLibMCCache',
 | 
			
		||||
        'LOCATION': MEMCACHED_LOCATION,
 | 
			
		||||
        'TIMEOUT': 3600,
 | 
			
		||||
        'OPTIONS': {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user