Revert limit change
authorCyperghost <olaf_schmitz_1@t-online.de>
Tue, 23 Jan 2024 13:51:02 +0000 (14:51 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Tue, 23 Jan 2024 13:56:33 +0000 (14:56 +0100)
wcfsetup/install/files/lib/system/worker/BulkProcessingWorker.class.php

index a224681810ca29457926db20a7b3f3c874c2c01a..4e3e32f641002b26e1adb89d34dab8bcb5e7ed89 100644 (file)
@@ -18,7 +18,7 @@ final class BulkProcessingWorker extends AbstractWorker
     /**
      * @inheritDoc
      */
-    protected $limit = 1;
+    protected $limit = 100;
     protected array $bulkProcessingData;
     protected IBulkProcessingAction $action;