Revision 74cbb94a snf-pithos-app/pithos/api/settings.py

b/snf-pithos-app/pithos/api/settings.py
73 73
BACKEND_VERSIONING = getattr(settings, 'PITHOS_BACKEND_VERSIONING', 'auto')
74 74
BACKEND_FREE_VERSIONING = getattr(settings, 'PITHOS_BACKEND_FREE_VERSIONING', True)
75 75

  
76
# Enable backend pooling
77
BACKEND_POOL_ENABLED = getattr(settings, 'PITHOS_BACKEND_POOL_ENABLED', True)
78

  
76 79
# Default backend pool size
77 80
BACKEND_POOL_SIZE = getattr(settings, 'PITHOS_BACKEND_POOL_SIZE', 5)
78 81

  

Also available in: Unified diff