Skip to content

Commit cdd9cc2

Browse files
authored
Merge pull request #114982 from tijoytom/fix_min_replica
Change min replica set count to 1
2 parents fe4d804 + 97233ef commit cdd9cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-application-secret-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the following script to your cluster configuration under `fabricSettings` to
2424
},
2525
{
2626
"name": "MinReplicaSetSize",
27-
"value": "3"
27+
"value": "1"
2828
},
2929
{
3030
"name": "TargetReplicaSetSize",

0 commit comments

Comments
 (0)