mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Use an intermediate time recording for "build_morechildren".
This commit is contained in:
@@ -245,7 +245,8 @@ class _CommentBuilder(Builder):
|
||||
if isinstance(self.sort, operators.shuffled):
|
||||
shuffle(final)
|
||||
|
||||
timer.stop("build_morechildren")
|
||||
timer.intermediate("build_morechildren")
|
||||
timer.stop()
|
||||
return final
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user