Skip to content

Commit 494a42e

Browse files
authored
Merge pull request #198 from jacobb42/patch-3
Change parameter defaults
2 parents 50f3abf + 72e258f commit 494a42e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jetstress-2013-exchange-loadtest/azuredeploy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"testExecutionTimeInMinutes": {
1313
"type": "int",
14-
"defaultValue": 60,
14+
"defaultValue": 15,
1515
"metadata": {
1616
"description": "Duration to run Jetstress load test."
1717
}
@@ -34,7 +34,7 @@
3434
},
3535
"testType": {
3636
"type": "string",
37-
"defaultValue": "DiskSubsystemThroughput",
37+
"defaultValue": "ExchangeMailboxProfile",
3838
"allowedValues": [
3939
"DiskSubsystemThroughput",
4040
"ExchangeMailboxProfile"
@@ -73,7 +73,7 @@
7373
},
7474
"exchangeMailboxSizeInMB": {
7575
"type": "int",
76-
"defaultValue": 200,
76+
"defaultValue": 100,
7777
"metadata": {
7878
"description": "Mailbox size in MBs to use for Exchange Mailbox Profile test"
7979
}

0 commit comments

Comments
 (0)