You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/17 18:35:12 UTC

[25/49] git commit: Changed default time of tomcat node

Changed default time of tomcat node


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/57737600
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/57737600
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/57737600

Branch: refs/heads/two-dot-o
Commit: 57737600db6e56e4ada6ee26503fea0bac1c6b40
Parents: 6c8a7f5
Author: Todd Nine <to...@apache.org>
Authored: Wed Oct 15 07:58:34 2014 -0600
Committer: Todd Nine <to...@apache.org>
Committed: Wed Oct 15 07:58:34 2014 -0600

----------------------------------------------------------------------
 stack/awscluster/ugcluster-cf.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/57737600/stack/awscluster/ugcluster-cf.json
----------------------------------------------------------------------
diff --git a/stack/awscluster/ugcluster-cf.json b/stack/awscluster/ugcluster-cf.json
index 5b0a87d..efef0f9 100644
--- a/stack/awscluster/ugcluster-cf.json
+++ b/stack/awscluster/ugcluster-cf.json
@@ -32,7 +32,7 @@
         "RestInstanceType": {
             "Description": "Instance type for REST servers",
             "Type": "String",
-            "Default": "m3.large",
+            "Default": "c3.xlarge",
             "AllowedValues": [
                 "m1.small",
                 "m1.medium",
@@ -1434,4 +1434,4 @@
             }
         }
     }
-}
\ No newline at end of file
+}