Commit 23589a3d by Sef Kloninger

don't require 2 caches for dev/test cases

Eventually we might want to set these thresholds to have better ranges,
but for trying the stack out I say that we shouldn't require an more
than the minimum number of machines.
parent 311df324
...@@ -135,9 +135,9 @@ ...@@ -135,9 +135,9 @@
"Default":"2", "Default":"2",
"Description":"The number of Cache Nodes the Cache Cluster should have", "Description":"The number of Cache Nodes the Cache Cluster should have",
"Type":"Number", "Type":"Number",
"MinValue":"2", "MinValue":"1",
"MaxValue":"10", "MaxValue":"10",
"ConstraintDescription":"must be between 2 and 10." "ConstraintDescription":"must be between 1 and 10."
}, },
"DBName":{ "DBName":{
"Default":"wwc", "Default":"wwc",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment