Changeset - 3b179f1ac3a2
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-08-02 20:12:16
marcin@python-works.com
doc fixes
1 file changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/usage/performance.rst
Show inline comments
 
@@ -8,10 +8,11 @@ Optimizing RhodeCode Performance
 
Follow these few steps to improve performance of RhodeCode system.
 

	
 

	
 
1. Increase cache::
 
1. Increase cache
 

	
 
    in the .ini file    
 
    beaker.cache.sql_cache_long.expire=3600 <-- set this to higher number
 
    in the .ini file::
 
       
 
     beaker.cache.sql_cache_long.expire=3600 <-- set this to higher number
 

	
 
    This option affects the cache expiration time for main page. Having
 
    few hundreds of repositories on main page can sometimes make the system
0 comments (0 inline, 0 general)