# HG changeset patch # User RhodeCode Admin # Date 2022-12-19 14:20:57 # Node ID 252be6a783d21cbf58aff1b5a325d65521258710 # Parent fa70deee6b94bda766fe71fb53d4576e49615e98 caches: added path check to cached methods for faster git repo checks diff --git a/rhodecode/lib/vcs/client_http.py b/rhodecode/lib/vcs/client_http.py --- a/rhodecode/lib/vcs/client_http.py +++ b/rhodecode/lib/vcs/client_http.py @@ -257,6 +257,7 @@ class RemoteRepo(object): 'revision', 'tree_items', 'ctx_list', 'ctx_branch', 'ctx_description', 'bulk_request', + 'assert_correct_path' ] if local_cache_on and name in cache_methods: