##// END OF EJS Templates
auth: use cache_ttl from a plugin to also cache permissions....
auth: use cache_ttl from a plugin to also cache permissions. - this gives a 30% speed increase in operations like svn commit - generally uses the same mechanismy like auth cache to cache permissions for faster access to vcs commands

File last commit:

r883:ae526446 default
r2154:574d07a8 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">