Skip to content
Snippets Groups Projects
Commit 0f6bcf11 authored by Adrian Lorenc's avatar Adrian Lorenc Committed by Claudiu Cristea
Browse files

ISAICP-9488: Use 200 nids.

parent 6f9a43b8
No related branches found
No related tags found
1 merge request!210Patch release 2.2.1
......@@ -39,7 +39,7 @@ function joinup_core_deploy_200300(array &$sandbox): string {
$sandbox['progress'] = 0;
}
$ids = array_splice($sandbox['ids'], 0, 100);
$ids = array_splice($sandbox['ids'], 0, 200);
if (!empty($ids)) {
$database->update('key_value')
->fields(['value' => 'i:1;'])
......
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