##// 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:

r2895:5aa6464f merge default
r2945:ec5716e4 default
Show More
.bumpversion.cfg
6 lines | 145 B | text/x-ini | IniLexer
project: added all source files and assets
r1 [bumpversion]
release: Bump version 4.12.0 to 4.13.0
r2699 current_version = 4.13.0
project: added all source files and assets
r1 message = release: Bump version {current_version} to {new_version}
[bumpversion:file:rhodecode/VERSION]
version: bumped to 4.0.1
r5