Hi,
When issuing a theme replace command on a large theme, after a while the command stops with the message:
Theme Kit timed out after 30s seconds
Is this configurable somehow? Is anything replaced until the timeout?
Thanks
Amit
Hi @amit0001 you can increase your timeout by adding timeout: 60s to your configuration.
development:
password: yourpassword
...ect
timeout: 60s
Usually you will experience a timeout if there is a very large single file being uploaded.
After updating the timeout to 180s it worked. Thanks!
Hello, where is config file?
Most helpful comment
Hi @amit0001 you can increase your timeout by adding
timeout: 60sto your configuration.Usually you will experience a timeout if there is a very large single file being uploaded.