# HG changeset patch # User RhodeCode Admin # Date 2022-10-15 06:01:41 # Node ID 2aad81ef92449e37160bd2af73cd4c883db66675 # Parent 317404db32fe6a206c5d7750030fa267bd974a80 caches: use also local cache branch as it used very much 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 @@ -254,7 +254,7 @@ class RemoteRepo(object): 'fctx_size', 'stream:fctx_node_data', 'blob_raw_length', 'node_history', 'revision', 'tree_items', - 'ctx_list', + 'ctx_list', 'ctx_branch', 'bulk_request', ]