From: Alexander Ebert Date: Fri, 25 Aug 2017 11:34:54 +0000 (+0200) Subject: Restored original loop item limit X-Git-Tag: 3.1.0_Alpha_2~25^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e9f06950bd5c8fedbb0bebf00d5e1ff39f168bc6;p=GitHub%2FWoltLab%2FWCF.git Restored original loop item limit --- 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