degal/config.py
changeset 117 a2e4562deaab
parent 111 ecceaf23c969
child 118 60b126ff0b74
--- a/degal/config.py	Sun Jun 14 18:24:14 2009 +0300
+++ b/degal/config.py	Sun Jun 14 20:05:11 2009 +0300
@@ -20,6 +20,9 @@
     # minimum logging level
     log_level           = logging.INFO
 
+    # number of threads to use for concurrency
+    thread_count        = 2
+
     ## detailed configuration
     # the name of the gallery
     gallery_title       = "Image Gallery"