I am trying to import a large feed but I keep getting the timeout which is set to 10 seconds. I want to increase to 60 seconds atleast. Any ideas if possible?
and take a while to load. Long term plan is to use the feed to convert a std website into a xenforo one. I need to load all the articles though hence the timeout issue.
There isn't a configuration option for this, so it would require code changes. The timeout is defined by the HTTP client used by the Zend Framework feed importer.
Happy to make the changes where necessary. If we can get the solution working it would also help others convert websites into XenForo based ones possibly.