degal/config.py
changeset 135 6534c77de93f
parent 134 ea05fe81ff67
child 142 2b8dfacc6d2d
equal deleted inserted replaced
134:ea05fe81ff67 135:6534c77de93f
    97 
    97 
    98     def quiet (self) : self.log_level = logging.WARN
    98     def quiet (self) : self.log_level = logging.WARN
    99     def debug (self) : self.log_level = logging.DEBUG
    99     def debug (self) : self.log_level = logging.DEBUG
   100 
   100 
   101     # number of threads to use for concurrency
   101     # number of threads to use for concurrency
       
   102     # use some heuristic?
   102     thread_count        = 2
   103     thread_count        = 2
   103 
   104 
   104     # the name of this folder, only applies on one level
   105     # the name of this folder, only applies on one level
   105     # default applies to the root gallery
   106     # default applies to the root gallery
   106     title               = "Image Gallery"
   107     title               = "Image Gallery"