uSync timeout pusing content from production to st...
# help-with-umbraco
s
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.
@Kevin Jump
k
Often you can't change the time out, espeically if you are on azure - its a hard limit 😦 .
but you can change the page size in usync to change how much is sent per request : https://docs.jumoo.co.uk/usync/complete/setup/publisher/config#pagesize
but i would also check things like azure config, other things triggering on save/publish events, because all things being equal 700 items shouldn't take that long to publish. (and our default of 50 items per request certainly shouldn't hit the timeout
s
It running on a on pres VM in docker, so no Azure 😄 I will take a look into it 😄
37 Views