Commit a6738d84 authored by Romain Courteaud's avatar Romain Courteaud Committed by Łukasz Nowak

Call small transactions.

parent 7b53fbb3
...@@ -58,6 +58,7 @@ portal.portal_catalog.searchAndActivate(\n ...@@ -58,6 +58,7 @@ portal.portal_catalog.searchAndActivate(\n
default_resource_uid=portal.restrictedTraverse(setup_service).getUid(),\n default_resource_uid=portal.restrictedTraverse(setup_service).getUid(),\n
simulation_state="ordered",\n simulation_state="ordered",\n
method_id=\'SaleOrderLine_tryToAllocatePartition\',\n method_id=\'SaleOrderLine_tryToAllocatePartition\',\n
packet_size=1, # Separate calls to many transactions\n
activate_kw={\'tag\': tag}\n activate_kw={\'tag\': tag}\n
)\n )\n
\n \n
......
777 778
\ No newline at end of file \ No newline at end of file
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