Files
@ fc63a1d93803
Branch filter:
Location: kallithea/rhodecode/templates/changeset/changeset_comment_block.html
fc63a1d93803
229 B
text/html
Switched order of actions when doing repo rescan.
doing invalidation after repository scan is not optimal.
In case of big repository we first create an instance then invalidate
cache that we don't actually need. Reversing this order prevents that
doing invalidation after repository scan is not optimal.
In case of big repository we first create an instance then invalidate
cache that we don't actually need. Reversing this order prevents that