Reputation: 51
I want to add a feature in my shiny app. My intention is that when the user does not click anywhere for 5 min in the website, the server will be disconnected.
Upvotes: 0
Views: 145
Reputation: 11
take a look at /etc/shiny-server
to the 'shiny-server.conf' file. In this file you can set the 'app_idle_timeout' parameter in seconds
this should help you
Upvotes: 0