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

r2915:59bfd308 default
r2945:ec5716e4 default
Show More
rhodecode-unsafe-html.html
9 lines | 292 B | text/html | HtmlLexer
components: reorganize build pipeline to have nice separation of html/js/css
r703 <link rel="import" href="../../../../../../bower_components/polymer/polymer.html">
<dom-module id="rhodecode-unsafe-html">
<template>
<style include="shared-styles"></style>
frontend: Use Polymer 2.0
r2915 <slot></slot>
components: reorganize build pipeline to have nice separation of html/js/css
r703 </template>
<script src="rhodecode-unsafe-html.js"></script>
</dom-module>