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

r727:912a8f06 default
r2878:bb23dd31 default
Show More
rhodecode-toggle.less
13 lines | 228 B | text/x-less | LessCssLexer
@import '../../../../css/variables';
.rc-toggle {
float: left;
position: relative;
paper-spinner {
position: absolute;
top: 0;
left: -30px;
width: 20px;
height: 20px;
}
}