Skip to content

Commit c163b3d

Browse files
authored
Merge pull request #78 from SkillsFundingAgency/DFC-3835-AddDefaultTtl
Updated location of DefaultTtl as can't set Ttl where there is no ind…
2 parents bc41a19 + 816435e commit c163b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Acceptance.Config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
{
5656
"CollectionName": "coll1",
5757
"OfferThroughput": 500,
58+
"DefaultTtl": 300,
5859
"PartitionKey": "part1",
5960
"StoredProcedures": [
6061
{
@@ -92,7 +93,6 @@
9293
"CollectionName": "coll2",
9394
"OfferThroughput": 500,
9495
"PartitionKey": "part2",
95-
"DefaultTtl": 300,
9696
"StoredProcedures": [],
9797
"IndexingPolicy": {
9898
"indexingMode": "none",

0 commit comments

Comments
 (0)