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

r883:ae526446 default
r2878:bb23dd31 default
Show More
shared-components.html
9 lines | 626 B | text/html | HtmlLexer
<!-- required for stamped out templates that might use common elements -->
<link rel="import" href="rhodecode-legacy-js/rhodecode-legacy-js.html">
<link rel="import" href="../../../../../bower_components/iron-ajax/iron-ajax.html">
<link rel="import" href="shared-styles.html">
<link rel="import" href="channelstream-connection/channelstream-connection.html">
<link rel="import" href="rhodecode-toast/rhodecode-toast.html">
<link rel="import" href="rhodecode-toggle/rhodecode-toggle.html">
<link rel="import" href="rhodecode-unsafe-html/rhodecode-unsafe-html.html">
<link rel="import" href="rhodecode-app/rhodecode-app.html">