From 39ff1551cf1d3bd075a0c64317f34cb21637faf1 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Wed, 3 Jul 2013 15:05:31 -0400 Subject: [PATCH] Put session_timeout back to 60 minutes. --- awx/ui/static/js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/config.js b/awx/ui/static/js/config.js index a4d69296ee..a4d5de1bad 100644 --- a/awx/ui/static/js/config.js +++ b/awx/ui/static/js/config.js @@ -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