You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usage:Planned{note:Some("non-cone mode is deprecated but should still fail gracefully if encountered")},
526
526
},
527
+
Record{
528
+
config:"core.splitIndex",
529
+
usage:Planned{note:Some("needed to be able to read split indices (mandatory extension)")},
530
+
},
531
+
Record{
532
+
config:"splitIndex.maxPercentageChange",
533
+
usage:NotPlanned{reason:"seems like it's superseded by sparse indices"},
534
+
},
535
+
Record{
536
+
config:"splitIndex.sharedIndexExpire",
537
+
usage:NotPlanned{reason:"seems like it's superseded by sparse indices"},
538
+
},
527
539
Record{
528
540
config:"index.sparse",
529
541
usage:Planned{note:Some("together with 'core.sparseCheckout' and 'core.sparseCheckoutCone', configures if the index should be written sparse or not")},
0 commit comments