mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Remove django_statsd cache middleware as we do it ourselves now
(imported from commit 21105e8b206a2db501299e242e897f8987dfb811)
This commit is contained in:
		@@ -194,10 +194,6 @@ if USING_STATSD:
 | 
			
		||||
    STATSD_PORT = 8125
 | 
			
		||||
    STATSD_CLIENT = 'django_statsd.clients.normal'
 | 
			
		||||
 | 
			
		||||
    STATSD_PATCHES = [
 | 
			
		||||
            'django_statsd.patches.cache',
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    if STAGING_DEPLOYED:
 | 
			
		||||
        STATSD_PREFIX = 'staging'
 | 
			
		||||
    elif DEPLOYED:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user