Set default config.js timeout to 1800 seconds.

This commit is contained in:
Chris Houseknecht 2013-11-05 17:39:42 +00:00
parent 51aae28a1e
commit 337eaf2d1b

View File

@ -21,6 +21,6 @@ var $AnsibleConfig =
// > password_strength = green
// It also controls password validation. Passwords are rejected if the score is not > password_strength.
session_timeout: 15 // Number of seconds before an inactive session is automatically timed out and forced to log in again.
session_timeout: 1800 // Number of seconds before an inactive session is automatically timed out and forced to log in again.
// Separate from time out value set in API.
}