Put session_timeout back to 60 minutes.

This commit is contained in:
chouseknecht 2013-07-03 15:05:31 -04:00
parent f8df3a0f93
commit 39ff1551cf

View File

@ -10,7 +10,7 @@
var $AnsibleConfig =
{
session_timeout: 10, // cookie expiration in seconds. session will expire after this many
session_timeout: 3600, // cookie expiration in seconds. session will expire after this many
// seconds of inactivity.
tooltip_delay: 2000, // Default number of milliseconds to delay displaying/hiding tooltips