##// END OF EJS Templates
caches: use repo.lru based Dict cache. This LRUDict uses Timing Algo to not have to use locking...
caches: use repo.lru based Dict cache. This LRUDict uses Timing Algo to not have to use locking for the LRU implementation, this it's safer to use for dogpile. We used it before with beaker, so it's generally more stable.

File last commit:

r1856:25c48cf5 stable
r2945:ec5716e4 default
Show More
contributing.rst
26 lines | 344 B | text/x-rst | RstLexer

Contributing to RhodeCode

Welcome to the contribution guides and development docs of RhodeCode.