You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/02/14 22:10:55 UTC

svn commit: r1446328 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/initialize.js

Author: yusaku
Date: Thu Feb 14 21:10:55 2013
New Revision: 1446328

URL: http://svn.apache.org/r1446328
Log:
AMBARI-1430. Increase UI timeout for long running API operations. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/initialize.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1446328&r1=1446327&r2=1446328&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Feb 14 21:10:55 2013
@@ -40,6 +40,8 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1430. Increase UI timeout for long running API operations. (yusaku)
+
  AMBARI-1427. Add ability to increase the time range for the zoomed-in graphs
  beyond last one hour. (yusaku) 
 

Modified: incubator/ambari/trunk/ambari-web/app/initialize.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/initialize.js?rev=1446328&r1=1446327&r2=1446328&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/initialize.js (original)
+++ incubator/ambari/trunk/ambari-web/app/initialize.js Thu Feb 14 21:10:55 2013
@@ -28,7 +28,7 @@ App.defaultLocalStackVersion = 'HDPLocal
 App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31';
 App.addServicesEnabled = false;
 // default AJAX timeout
-App.timeout = 20000;
+App.timeout = 180000;
 // max number of retries for certain AJAX calls
 App.maxRetries = 3;
 App.bgOperationsUpdateInterval = 6000;