Jake Vanderwerf
2026-02-06 94de71140be2d0c80bf6a2e03cb9381b37736ed5
inc/rest/routes/UploadRoutes.php
@@ -75,7 +75,9 @@
      // Process upload groups into posts
      $registry->register('process_upload_groups', new TypeConfig(
         executor: $executor
         executor: $executor,
         chunkKey: 'posts',
         chunkSize: 5
      ));
   }
@@ -1137,7 +1139,8 @@
            [
               'operation_id' => $args['id'],
               'depends_on' => [$args['upload']],
               'priority' => 'high'
               'priority' => 'high',
               'chunk_key' => 'posts'
            ]
         );