Created
March 17, 2022 10:24
-
-
Save remlapmot/d4135f52044b653bdd08a77d5f975b0a to your computer and use it in GitHub Desktop.
RStudio server configuration file to prevent sign out after 1 or 2hrs inactivity, location on Ubuntu /etc/rstudio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Server Configuration File | |
| auth-timeout-minutes=0 | |
| auth-stay-signed-in-days=100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From here