Show More
@@ -51,7 +51,7 b' asyncore_use_poll = true' | |||||
51 | ; Process name visible in process list |
|
51 | ; Process name visible in process list | |
52 | #proc_name = rhodecode_vcsserver |
|
52 | #proc_name = rhodecode_vcsserver | |
53 |
|
53 | |||
54 | ; Type of worker class, one of sync, gevent |
|
54 | ; Type of worker class, one of `sync`, `gevent` | |
55 | ; currently `sync` is the only option allowed. |
|
55 | ; currently `sync` is the only option allowed. | |
56 | #worker_class = sync |
|
56 | #worker_class = sync | |
57 |
|
57 | |||
@@ -166,13 +166,13 b' rc_cache.repo_object.backend = dogpile.c' | |||||
166 | ; Examples: 86400 (1Day), 604800 (7Days), 1209600 (14Days), 2592000 (30days), 7776000 (90Days) |
|
166 | ; Examples: 86400 (1Day), 604800 (7Days), 1209600 (14Days), 2592000 (30days), 7776000 (90Days) | |
167 | rc_cache.repo_object.expiration_time = 2592000 |
|
167 | rc_cache.repo_object.expiration_time = 2592000 | |
168 |
|
168 | |||
169 | ; cache file store path, defaults to temporary directory if not set |
|
169 | ; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set | |
170 | #rc_cache.repo_object.arguments.filename = /tmp/vcsserver_cache.db |
|
170 | #rc_cache.repo_object.arguments.filename = /tmp/vcsserver_cache.db | |
171 |
|
171 | |||
172 | ; ********************************************************** |
|
172 | ; *********************************************************** | |
173 | ; `repo_object` cache with redis backend |
|
173 | ; `repo_object` cache with redis backend | |
174 |
; recommended for larger instance, |
|
174 | ; recommended for larger instance, and for better performance | |
175 | ; ********************************************************** |
|
175 | ; *********************************************************** | |
176 |
|
176 | |||
177 | ; `repo_object` cache settings for vcs methods for repositories |
|
177 | ; `repo_object` cache settings for vcs methods for repositories | |
178 | #rc_cache.repo_object.backend = dogpile.cache.rc.redis_msgpack |
|
178 | #rc_cache.repo_object.backend = dogpile.cache.rc.redis_msgpack |
@@ -34,7 +34,7 b' loglevel = info' | |||||
34 | ; Process name visible in process list |
|
34 | ; Process name visible in process list | |
35 | proc_name = rhodecode_vcsserver |
|
35 | proc_name = rhodecode_vcsserver | |
36 |
|
36 | |||
37 | ; Type of worker class, one of sync, gevent |
|
37 | ; Type of worker class, one of `sync`, `gevent` | |
38 | ; currently `sync` is the only option allowed. |
|
38 | ; currently `sync` is the only option allowed. | |
39 | worker_class = sync |
|
39 | worker_class = sync | |
40 |
|
40 | |||
@@ -129,13 +129,13 b' rc_cache.repo_object.backend = dogpile.c' | |||||
129 | ; Examples: 86400 (1Day), 604800 (7Days), 1209600 (14Days), 2592000 (30days), 7776000 (90Days) |
|
129 | ; Examples: 86400 (1Day), 604800 (7Days), 1209600 (14Days), 2592000 (30days), 7776000 (90Days) | |
130 | rc_cache.repo_object.expiration_time = 2592000 |
|
130 | rc_cache.repo_object.expiration_time = 2592000 | |
131 |
|
131 | |||
132 | ; cache file store path, defaults to temporary directory if not set |
|
132 | ; file cache store path. Defaults to `cache_dir =` value or tempdir if both values are not set | |
133 | #rc_cache.repo_object.arguments.filename = /tmp/vcsserver_cache.db |
|
133 | #rc_cache.repo_object.arguments.filename = /tmp/vcsserver_cache.db | |
134 |
|
134 | |||
135 | ; ********************************************************** |
|
135 | ; *********************************************************** | |
136 | ; `repo_object` cache with redis backend |
|
136 | ; `repo_object` cache with redis backend | |
137 |
; recommended for larger instance, |
|
137 | ; recommended for larger instance, and for better performance | |
138 | ; ********************************************************** |
|
138 | ; *********************************************************** | |
139 |
|
139 | |||
140 | ; `repo_object` cache settings for vcs methods for repositories |
|
140 | ; `repo_object` cache settings for vcs methods for repositories | |
141 | #rc_cache.repo_object.backend = dogpile.cache.rc.redis_msgpack |
|
141 | #rc_cache.repo_object.backend = dogpile.cache.rc.redis_msgpack |
General Comments 0
You need to be logged in to leave comments.
Login now