Restored original loop item limit
authorAlexander Ebert <ebert@woltlab.com>
Fri, 25 Aug 2017 11:34:54 +0000 (13:34 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 25 Aug 2017 11:34:54 +0000 (13:34 +0200)
wcfsetup/install/files/lib/system/worker/CommentRebuildDataWorker.class.php

index 688c52168f85b93f6f6d60d9d69c675d33fd1ddf..f374d7517bc62b342487ec0fe05a9d810078946c 100644 (file)
@@ -18,7 +18,7 @@ class CommentRebuildDataWorker extends AbstractRebuildDataWorker {
        /**
         * @inheritDoc
         */
-       protected $limit = 50;
+       protected $limit = 500;
        
        /**
         * @var HtmlInputProcessor