This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 630d726ad1 AMBARI-25272: Ambari UI default Ajax Timeout is 3 minutes 
but some operations in server can take more than that (#3451)
630d726ad1 is described below

commit 630d726ad16c10e1f75866b9ebfdfb3b22ad27e9
Author: Zhiguo Wu <wuzhi...@apache.org>
AuthorDate: Sun Oct 30 00:15:56 2022 +0800

    AMBARI-25272: Ambari UI default Ajax Timeout is 3 minutes but some 
operations in server can take more than that (#3451)
---
 ambari-web/app/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index f368a63636..7a17ab97c8 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -32,7 +32,7 @@ App.defaultStackVersion = 'HDP-2.3';
 App.defaultWindowsStackVersion = 'HDPWIN-2.1';
 
 App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31';
-App.timeout = 180000; // default AJAX timeout
+App.timeout = 300000; // default AJAX timeout
 App.maxRetries = 3; // max number of retries for certain AJAX calls
 App.sessionKeepAliveInterval  = 60000;
 App.bgOperationsUpdateInterval = 6000;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to