Hi folks,
One of our customers are trying to push a content section of over 700 pages from their production environment to their staging environment. This normally works fine with smaller batches, but with someting as large as this, they get the following error:
/umbraco/uSyncReceive/uSyncReceiveApi/ImportPackFolder timed out to after 200013ms
---> System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 200 seconds elapsing.
I have tried to find where to increase this timeout, in the hopes that they will be able to move the content in once, instead of having to split up the process.
Thanks in advance.