Skip to content
Snippets Groups Projects
Commit 40e354dd authored by Ilias Dimopoulos's avatar Ilias Dimopoulos Committed by Claudiu Cristea
Browse files

ISAICP-9536: Lower the number of nids per batch.

parent faffe6f2
No related branches found
No related tags found
1 merge request!211Release 2.2.2
......@@ -207,7 +207,7 @@ function joinup_core_deploy_200305(array &$sandbox): string {
$sandbox['progress'] = 0;
}
$nids = array_splice($sandbox['nids'], 0, 100);
$nids = array_splice($sandbox['nids'], 0, 50);
$storage = \Drupal::entityTypeManager()->getStorage('node');
$storage->delete($storage->loadMultiple($nids));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment