##// END OF EJS Templates
doc fixes
marcink -
r2680:3b179f1a beta
parent child Browse files
Show More
@@ -8,10 +8,11 b' Optimizing RhodeCode Performance'
8 Follow these few steps to improve performance of RhodeCode system.
8 Follow these few steps to improve performance of RhodeCode system.
9
9
10
10
11 1. Increase cache::
11 1. Increase cache
12
12
13 in the .ini file
13 in the .ini file::
14 beaker.cache.sql_cache_long.expire=3600 <-- set this to higher number
14
15 beaker.cache.sql_cache_long.expire=3600 <-- set this to higher number
15
16
16 This option affects the cache expiration time for main page. Having
17 This option affects the cache expiration time for main page. Having
17 few hundreds of repositories on main page can sometimes make the system
18 few hundreds of repositories on main page can sometimes make the system
General Comments 0
You need to be logged in to leave comments. Login now