##// END OF EJS Templates
caches: use a gevent compatible file-lock mechanism....
caches: use a gevent compatible file-lock mechanism. - because of gevent we can run into a deadlock situation and worker freeze because of each of the workers will try to aquire a lock. - This should help with the issue and gevent.

File last commit:

r703:1eda65ea default
r2878:bb23dd31 default
Show More
rhodecode-unsafe-html.html
9 lines | 298 B | text/html | HtmlLexer
<link rel="import" href="../../../../../../bower_components/polymer/polymer.html">
<dom-module id="rhodecode-unsafe-html">
<template>
<style include="shared-styles"></style>
<content></content>
</template>
<script src="rhodecode-unsafe-html.js"></script>
</dom-module>