aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/editing_gitbranch_template_is_really_slow.mdwn')
-rw-r--r--doc/bugs/editing_gitbranch_template_is_really_slow.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn b/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
index 713dcfa22..d8af150c1 100644
--- a/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
+++ b/doc/bugs/editing_gitbranch_template_is_really_slow.mdwn
@@ -25,7 +25,7 @@ NYTProf says:
which is about half the execution time (458s on my laptop).
Adding code to log each call to match_backlink indicates that a large part
-of the problem is that there are about a million calls to
-`bestlink(plugins/goodstuff)` with various pages and locations.
+of the problem is that it evaluates the pagespec
+`backlink(plugins/goodstuff)` up to a million times, with various pages and locations.
--[[smcv]]