apply_filters( 'bigcommerce/import/timeout', int $timeout )

Summary

Filter the timeout for an import job. If a step in the import takes more than this amount of time, it will be considered stalled and a new job will take it over.


Parameters

$timeout

(int) The timeout in seconds


Source

File: src/BigCommerce/Container/Import.php


User Contributed Notes

You must log in before being able to contribute a note or feedback.