ソースを参照

AMBARI-1430. Increase UI timeout for long running API operations. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1446328 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年 前
コミット
bb71a6ecac
2 ファイル変更3 行追加1 行削除
  1. 2 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/initialize.js

+ 2 - 0
CHANGES.txt

@@ -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) 
 

+ 1 - 1
ambari-web/app/initialize.js

@@ -28,7 +28,7 @@ App.defaultLocalStackVersion = 'HDPLocal-1.2.0';
 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;