comparison production.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
comparison
equal deleted inserted replaced
3086:f9c44f3ed4c6 3087:a797ada9d2ad
27 #smtp_use_ssl = true 27 #smtp_use_ssl = true
28 # Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.) 28 # Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)
29 #smtp_auth = 29 #smtp_auth =
30 30
31 [server:main] 31 [server:main]
32 ## PASTE
32 ##nr of threads to spawn 33 ##nr of threads to spawn
33 #threadpool_workers = 5 34 #threadpool_workers = 5
34 35
35 ##max request before thread respawn 36 ##max request before thread respawn
36 #threadpool_max_requests = 10 37 #threadpool_max_requests = 10
37 38
38 ##option to use threads of process 39 ##option to use threads of process
39 #use_threadpool = true 40 #use_threadpool = true
40 41
41 #use = egg:Paste#http 42 #use = egg:Paste#http
43
44 #WAITRESS
45 threads = 5
42 use = egg:waitress#main 46 use = egg:waitress#main
47
43 host = 127.0.0.1 48 host = 127.0.0.1
44 port = 8001 49 port = 8001
45 50
46 [filter:proxy-prefix] 51 [filter:proxy-prefix]
47 # prefix middleware for rc 52 # prefix middleware for rc
52 use = egg:rhodecode 57 use = egg:rhodecode
53 #filter-with = proxy-prefix 58 #filter-with = proxy-prefix
54 full_stack = true 59 full_stack = true
55 static_files = true 60 static_files = true
56 # Optional Languages 61 # Optional Languages
57 # en, fr, ja, pt_BR, zh_CN, zh_TW 62 # en, fr, ja, pt_BR, zh_CN, zh_TW, pl
58 lang = en 63 lang = en
59 cache_dir = %(here)s/data 64 cache_dir = %(here)s/data
60 index_dir = %(here)s/data/index 65 index_dir = %(here)s/data/index
61 app_instance_uuid = rc-production 66 app_instance_uuid = rc-production
62 cut_off_limit = 256000 67 cut_off_limit = 256000
63 vcs_full_cache = True 68 vcs_full_cache = True
64 force_https = false 69 force_https = false
65 commit_parse_limit = 50 70 commit_parse_limit = 50
71 # number of items displayed in lightweight dashboard before paginating
72 dashboard_items = 100
66 use_gravatar = true 73 use_gravatar = true
67 74
68 ## RSS feed options 75 ## RSS feed options
69 76
70 rss_cut_off_limit = 256000 77 rss_cut_off_limit = 256000