We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e595e commit 67a182eCopy full SHA for 67a182e
pbm/restore/physical.go
@@ -1273,7 +1273,6 @@ func shutdown(c *mongo.Client, dbpath string) error {
1273
1274
func (r *PhysRestore) recoverStandalone() error {
1275
err := r.startMongo("--dbpath", r.dbpath,
1276
- "--setParameter", "disableLogicalSessionCacheRefresh=true",
1277
"--setParameter", "recoverFromOplogAsStandalone=true",
1278
"--setParameter", "takeUnstableCheckpointOnShutdown=true")
1279
if err != nil {
0 commit comments