Revision 61c5b615 snf-pithos-app/pithos/api/settings.py

b/snf-pithos-app/pithos/api/settings.py
32 32
BACKEND_VERSIONING = getattr(settings, 'PITHOS_BACKEND_VERSIONING', 'auto')
33 33
BACKEND_FREE_VERSIONING = getattr(settings, 'PITHOS_BACKEND_FREE_VERSIONING', True)
34 34

  
35
# Default backend pool size
36
BACKEND_POOL_SIZE = getattr(settings, 'PITHOS_BACKEND_POOL_SIZE', 5)
37

  
35 38
# Update object checksums when using hashmaps.
36 39
UPDATE_MD5 = getattr(settings, 'PITHOS_UPDATE_MD5', True)
37 40

  

Also available in: Unified diff