You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2014/07/30 05:02:07 UTC

git commit: Adding missing timeout config

Repository: stratos
Updated Branches:
  refs/heads/master 3d0a71c35 -> 0b982f740


Adding missing timeout config

Signed-off-by: Akila Perera <ra...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0b982f74
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0b982f74
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0b982f74

Branch: refs/heads/master
Commit: 0b982f740e9ca2b6785d0f518acb3ab33e4d4578
Parents: 3d0a71c
Author: lasinducharith <la...@gmail.com>
Authored: Tue Jul 29 13:41:21 2014 +0530
Committer: Akila Perera <ra...@gmail.com>
Committed: Wed Jul 30 08:30:53 2014 +0530

----------------------------------------------------------------------
 tools/stratos-installer/config/all/repository/conf/autoscaler.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/0b982f74/tools/stratos-installer/config/all/repository/conf/autoscaler.xml
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/config/all/repository/conf/autoscaler.xml b/tools/stratos-installer/config/all/repository/conf/autoscaler.xml
index 7e3c4ca..196e0a8 100755
--- a/tools/stratos-installer/config/all/repository/conf/autoscaler.xml
+++ b/tools/stratos-installer/config/all/repository/conf/autoscaler.xml
@@ -35,5 +35,8 @@
 			<port>SM_LISTEN_PORT</port>
             		<clientTimeout>300000</clientTimeout>
 		</stratosManager>
+		<member>
+			<expiryTimeout>900000</expiryTimeout>
+		</member>
 	</autoscaler>
 </configuration>