From e9f06950bd5c8fedbb0bebf00d5e1ff39f168bc6 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 25 Aug 2017 13:34:54 +0200 Subject: [PATCH] Restored original loop item limit --- .../files/lib/system/worker/CommentRebuildDataWorker.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php b/wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php index 688c52168f..f374d7517b 100644 --- a/wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php +++ b/wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php @@ -18,7 +18,7 @@ class CommentRebuildDataWorker extends AbstractRebuildDataWorker { /** * @inheritDoc */ - protected $limit = 50; + protected $limit = 500; /** * @var HtmlInputProcessor -- 2.20.1