##// END OF EJS Templates
markdown-renderer: use lazy loaded markdown renderers initialization....
markdown-renderer: use lazy loaded markdown renderers initialization. - they are heavy to initialize, and should be cached. - we're not caching it at load time, but on access time after this change. - speeds up application start.
marcink -
r3239:1b708774 default
Show More
Name Size Modified Last Commit Author
/ rhodecode / lib / vcs
backends
conf
utils
__init__.py Loading ...
client_http.py Loading ...
compat.py Loading ...
connection.py Loading ...
exceptions.py Loading ...
geventcurl.py Loading ...
nodes.py Loading ...
path.py Loading ...