I have produced a shiny application that requires a download that takes longer than the time that download handler allows. I keep getting an error that says "NO DATA RECIEVED" before the data that I am downloading has completed.
Is there any way to increase the length of the timeout of downloadHandler in Shiny Server Applications?