Skip to content

Commit c86a8d7

Browse files
#36928: 504 gateway timeout when creating configurable product on dev instance
- fixed 504 gateway timeout when creating configurable product
1 parent a047c76 commit c86a8d7

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/Catalog/etc/adminhtml

1 file changed

+5
-0
lines changed

app/code/Magento/Catalog/etc/adminhtml/di.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,9 @@
291291
</argument>
292292
</arguments>
293293
</type>
294+
<type name="Magento\Catalog\Observer\ImageResizeAfterProductSave">
295+
<arguments>
296+
<argument name="imageResizeSchedulerFlag" xsi:type="boolean">true</argument>
297+
</arguments>
298+
</type>
294299
</config>

0 commit comments

Comments
 (0)