Commit 3633c16d authored by Romain Courteaud's avatar Romain Courteaud

slapos_upgrader: do not go too slowly

parent abbcf3d2
......@@ -37,10 +37,6 @@ portal.portal_catalog.searchAndActivate(
method_kw={'tag': tag},
activate_kw={'tag': tag, 'priority': 1},
# Go slowly, because it generate DB conflicts
packet_size=1,
activity_count=1,
portal_type="Instance Tree",
**migrated_select_dict
......
......@@ -63,7 +63,7 @@ portal.portal_catalog.searchAndActivate(
# Go slowly, because it generate DB conflicts
packet_size=1,
activity_count=1,
activity_count=1000,
relative_url=relative_url_to_migrate_list,
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment