Skip to content

Commit

Permalink
DRIVERS-3032 Fix disableStapling (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Feb 18, 2025
1 parent 70d56ca commit e4c0cdf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bind_ip": "127.0.0.1,::1",
"logappend": true,
"port": 27017,
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}}"}
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}"}
},
"sslParams": {
"sslOnNormalPorts": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bind_ip": "127.0.0.1,::1",
"logappend": true,
"port": 27017,
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}}"}
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}"}
},
"sslParams": {
"sslOnNormalPorts": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bind_ip": "127.0.0.1,::1",
"logappend": true,
"port": 27017,
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}}"}
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}"}
},
"sslParams": {
"sslOnNormalPorts": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bind_ip": "127.0.0.1,::1",
"logappend": true,
"port": 27017,
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}}"}
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}"}
},
"sslParams": {
"sslOnNormalPorts": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bind_ip": "127.0.0.1,::1",
"logappend": true,
"port": 27017,
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}}"}
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}"}
},
"sslParams": {
"sslOnNormalPorts": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bind_ip": "127.0.0.1,::1",
"logappend": true,
"port": 27017,
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}}"}
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}"}
},
"sslParams": {
"sslOnNormalPorts": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bind_ip": "127.0.0.1,::1",
"logappend": true,
"port": 27017,
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}}"}
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}"}
},
"sslParams": {
"sslOnNormalPorts": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bind_ip": "127.0.0.1,::1",
"logappend": true,
"port": 27017,
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}}"}
"setParameter": {"failpoint.disableStapling":"{\"mode\":\"alwaysOn\"}"}
},
"sslParams": {
"sslOnNormalPorts": true,
Expand Down

0 comments on commit e4c0cdf

Please sign in to comment.