Repository: stratos Updated Branches: refs/heads/master 36acb117d -> c0e0a5b4f
Correcting the load average threshold for sample Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c0e0a5b4 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c0e0a5b4 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c0e0a5b4 Branch: refs/heads/master Commit: c0e0a5b4f26d4daf7487a1bc6e6caf1160bc85b0 Parents: 36acb11 Author: Lahiru Sandaruwan <[email protected]> Authored: Sun Jan 25 20:23:39 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Sun Jan 25 20:23:39 2015 +0530 ---------------------------------------------------------------------- .../sample-groups/mock/artifacts/autoscale-policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c0e0a5b4/samples/dependency-scaling/sample-groups/mock/artifacts/autoscale-policy.json ---------------------------------------------------------------------- diff --git a/samples/dependency-scaling/sample-groups/mock/artifacts/autoscale-policy.json b/samples/dependency-scaling/sample-groups/mock/artifacts/autoscale-policy.json index d1d3134..8510ca6 100755 --- a/samples/dependency-scaling/sample-groups/mock/artifacts/autoscale-policy.json +++ b/samples/dependency-scaling/sample-groups/mock/artifacts/autoscale-policy.json @@ -8,7 +8,7 @@ "threshold": 70 }, "loadAverage": { - "threshold": 1000 + "threshold": 70 } } }
