degal/config.py
branchthreaded-tasks
changeset 88 b1b0939517e7
parent 87 a7a18893730d
equal deleted inserted replaced
87:a7a18893730d 88:b1b0939517e7
    16     # the path to the gallery
    16     # the path to the gallery
    17     gallery_path        = "."
    17     gallery_path        = "."
    18     
    18     
    19     # force-update items
    19     # force-update items
    20     force_update        = False
    20     force_update        = False
       
    21 
       
    22     # number of task threads to use, may be logical False
       
    23     task_threads        = 4
    21 
    24 
    22     # minimum logging level
    25     # minimum logging level
    23     log_level           = logging.INFO
    26     log_level           = logging.INFO
    24 
    27 
    25     ## detailed configuration
    28     ## detailed configuration