Skip to content

Commit e954428

Browse files
committed
magento-engcom/bulk-api#4 Support for Async operations in WebAPI
- disabled extension for performance tests
1 parent ae4f15e commit e954428

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/WebapiAsync/etc/di.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
10-
<type name="Magento\Webapi\Model\ServiceMetadata">
10+
<!--type name="Magento\Webapi\Model\ServiceMetadata">
1111
<plugin name="webapiServiceMetadataAsync" type="Magento\WebapiAsync\Plugin\ServiceMetadata" />
12-
</type>
12+
</type-->
1313
</config>

app/code/Magento/WebapiAsync/etc/webapi_rest/di.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
1010

11-
<type name="Magento\Webapi\Controller\Rest\RequestProcessorPool">
11+
<!--type name="Magento\Webapi\Controller\Rest\RequestProcessorPool">
1212
<arguments>
1313
<argument name="requestProcessors" xsi:type="array">
1414
<item name="asyncSchema" xsi:type="object" sortOrder="60">Magento\WebapiAsync\Controller\Rest\AsynchronousSchemaRequestProcessor</item>
1515
<item name="async" xsi:type="object" sortOrder="150">Magento\WebapiAsync\Controller\Rest\AsynchronousRequestProcessor</item>
1616
</argument>
1717
</arguments>
18-
</type>
18+
</type-->
1919
</config>

0 commit comments

Comments
 (0)