Show More
@@ -51,7 +51,7 b' asyncore_use_poll = true' | |||
|
51 | 51 | ; Process name visible in process list |
|
52 | 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 | 55 | ; currently `sync` is the only option allowed. |
|
56 | 56 | #worker_class = sync |
|
57 | 57 | |
@@ -166,13 +166,13 b' rc_cache.repo_object.backend = dogpile.c' | |||
|
166 | 166 | ; Examples: 86400 (1Day), 604800 (7Days), 1209600 (14Days), 2592000 (30days), 7776000 (90Days) |
|
167 | 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 | 170 | #rc_cache.repo_object.arguments.filename = /tmp/vcsserver_cache.db |
|
171 | 171 | |
|
172 | ; ********************************************************** | |
|
172 | ; *********************************************************** | |
|
173 | 173 | ; `repo_object` cache with redis backend |
|
174 |
; recommended for larger instance, |
|
|
175 | ; ********************************************************** | |
|
174 | ; recommended for larger instance, and for better performance | |
|
175 | ; *********************************************************** | |
|
176 | 176 | |
|
177 | 177 | ; `repo_object` cache settings for vcs methods for repositories |
|
178 | 178 | #rc_cache.repo_object.backend = dogpile.cache.rc.redis_msgpack |
@@ -34,7 +34,7 b' loglevel = info' | |||
|
34 | 34 | ; Process name visible in process list |
|
35 | 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 | 38 | ; currently `sync` is the only option allowed. |
|
39 | 39 | worker_class = sync |
|
40 | 40 | |
@@ -129,13 +129,13 b' rc_cache.repo_object.backend = dogpile.c' | |||
|
129 | 129 | ; Examples: 86400 (1Day), 604800 (7Days), 1209600 (14Days), 2592000 (30days), 7776000 (90Days) |
|
130 | 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 | 133 | #rc_cache.repo_object.arguments.filename = /tmp/vcsserver_cache.db |
|
134 | 134 | |
|
135 | ; ********************************************************** | |
|
135 | ; *********************************************************** | |
|
136 | 136 | ; `repo_object` cache with redis backend |
|
137 |
; recommended for larger instance, |
|
|
138 | ; ********************************************************** | |
|
137 | ; recommended for larger instance, and for better performance | |
|
138 | ; *********************************************************** | |
|
139 | 139 | |
|
140 | 140 | ; `repo_object` cache settings for vcs methods for repositories |
|
141 | 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