diff development.ini @ 3087:a797ada9d2ad beta

added option to ini file to define lightweight dashboard items per page before pagination
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 12 Dec 2012 23:38:10 +0100
parents 30a226406fa4
children a5f0bc867edc c394a564ab71
line wrap: on
line diff
--- a/development.ini	Wed Dec 12 23:26:30 2012 +0100
+++ b/development.ini	Wed Dec 12 23:38:10 2012 +0100
@@ -29,6 +29,7 @@
 #smtp_auth = 
 
 [server:main]
+## PASTE
 ##nr of threads to spawn
 #threadpool_workers = 5
 
@@ -39,7 +40,11 @@
 #use_threadpool = true
 
 #use = egg:Paste#http
+
+#WAITRESS
+threads = 5
 use = egg:waitress#main
+
 host = 0.0.0.0
 port = 5000
 
@@ -54,7 +59,7 @@
 full_stack = true
 static_files = true
 # Optional Languages
-# en, fr, ja, pt_BR, zh_CN, zh_TW
+# en, fr, ja, pt_BR, zh_CN, zh_TW, pl
 lang = en
 cache_dir = %(here)s/data
 index_dir = %(here)s/data/index
@@ -63,6 +68,8 @@
 vcs_full_cache = True
 force_https = false
 commit_parse_limit = 25
+# number of items displayed in lightweight dashboard before paginating
+dashboard_items = 100
 use_gravatar = true
 
 ## RSS feed options