degal/config.py
changeset 117 a2e4562deaab
parent 111 ecceaf23c969
child 118 60b126ff0b74
equal deleted inserted replaced
116:2d3721b9ffd0 117:a2e4562deaab
    17     force_thumb         = False
    17     force_thumb         = False
    18     force_html          = False
    18     force_html          = False
    19 
    19 
    20     # minimum logging level
    20     # minimum logging level
    21     log_level           = logging.INFO
    21     log_level           = logging.INFO
       
    22 
       
    23     # number of threads to use for concurrency
       
    24     thread_count        = 2
    22 
    25 
    23     ## detailed configuration
    26     ## detailed configuration
    24     # the name of the gallery
    27     # the name of the gallery
    25     gallery_title       = "Image Gallery"
    28     gallery_title       = "Image Gallery"
    26 
    29