##// END OF EJS Templates
caches: added path check to cached methods for faster git repo checks
super-admin -
r4828:252be6a7 default
parent child Browse files
Show More
@@ -257,6 +257,7 b' class RemoteRepo(object):'
257 'revision', 'tree_items',
257 'revision', 'tree_items',
258 'ctx_list', 'ctx_branch', 'ctx_description',
258 'ctx_list', 'ctx_branch', 'ctx_description',
259 'bulk_request',
259 'bulk_request',
260 'assert_correct_path'
260 ]
261 ]
261
262
262 if local_cache_on and name in cache_methods:
263 if local_cache_on and name in cache_methods:
General Comments 0
You need to be logged in to leave comments. Login now