Hi folks,
I have a Shiny app which has a large data set (100MB) that I am looking to publish to RConnect/Shiny server from a local desktop instance of RStudio. The trouble is that my internet connection here in North Wales is very slow and I reach time out before the data is uploaded to the server!
I get the following error message: Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Operation timed out after 10001 milliseconds with 0 out of 0 bytes received
Does anyone know how to increase timeout above and beyond 10000 milliseconds?
Thanks
Wayne