##// END OF EJS Templates
caches: disable caches in predicates....
caches: disable caches in predicates. - predicates store objects inside request which we later frequnetly use. - generally we'll loose ~20ms on this call but this fixes a lot of problems especially when deleting resources and they are still in cache.

File last commit:

r2866:1ee7e8b8 stable
r2893:59faac05 default
Show More
.bumpversion.cfg
6 lines | 145 B | text/x-ini | IniLexer
[bumpversion]
current_version = 4.13.0
message = release: Bump version {current_version} to {new_version}
[bumpversion:file:rhodecode/VERSION]