removing old min max and using exact runner counts
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/f87f4710
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/f87f4710
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/f87f4710
Branch: refs/heads/USERGRID-2771-graph-edges
Commit: f87f471068c0a2e8c38513c15617ee00c6a7706c
Parents: 30f2d5a
Author: Alex Karasulu <akarasulu@gmail.com>
Authored: Sun Jan 19 13:18:28 2014 +0200
Committer: Alex Karasulu <akarasulu@gmail.com>
Committed: Sun Jan 19 13:18:28 2014 +0200
----------------------------------------------------------------------
stack/corepersistence/collection/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f87f4710/stack/corepersistence/collection/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml
index 91a0993..1ea959e 100644
--- a/stack/corepersistence/collection/pom.xml
+++ b/stack/corepersistence/collection/pom.xml
@@ -82,8 +82,7 @@
<coldRestartTomcat>true</coldRestartTomcat>
<awsSecurityGroup>${security.group}</awsSecurityGroup>
<runnerKeyPairName>${runner.keypair.name}</runnerKeyPairName>
- <minimumRunners>9</minimumRunners>
- <maximumRunners>9</maximumRunners>
+ <runnerCount>9</runnerCount>
<securityGroupExceptions>
<!--
Add your own IP address as an exception to allow access
|