Increase Cache SizeΒΆ

When managing hundreds of repositories from the main RhodeCode Enterprise interface the system can become slow when the cache expires. Increasing the cache expiration option improves the response times of the main user interface. To increase your cache size, change the following default value in the /home/user/.rccontrol/instance-id/rhodecode.ini file. The value is specified in seconds.

beaker.cache.long_term.expire=3600  # day (86400) week (604800)

Note

The RhodeCode Enterprise cache automatically expires for changed repositories.