mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Set default config.js timeout to 1800 seconds.
This commit is contained in:
parent
51aae28a1e
commit
337eaf2d1b
@ -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.
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user