Changesets can be listed by changeset number.
The Git repository is here.
Changeset 417
Increase hub idle timeout to 4 hours.
- Comitted by: rool
- Date: Monday March 21 22:54:33 2011 (over 13 years ago)
Affected files:
rool/rails/gems/hubssolib/trunk/lib/hub_sso_lib.rb:
prev. | current | |
# Time limit, *in seconds*, for the account inactivity timeout. | ||
# If a user performs no Hub actions during this time they will | ||
# be automatically logged out upon their next action. | ||
30 | | |
30 | HUBSSOLIB_IDLE_TIME_LIMIT = 240 * 60 | |
# Random file location. | ||
HUBSSOLIB_RND_FILE_PATH = ENV['HUB_RANDOM_FILE'] |