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("needed for filters, but also for doing diffs correctly")}
216
216
},
217
+
Record{
218
+
config:"core.fsync",
219
+
usage:Planned{note:Some("more safety for disk write operations is a good thing, definitely on the server")}
220
+
},
221
+
Record{
222
+
config:"core.fsyncMethod",
223
+
usage:Planned{note:Some("needed to support `core.fsync`")}
224
+
},
225
+
Record{
226
+
config:"core.sharedRepository",
227
+
usage:NotPlanned{reason:"on demand"}
228
+
},
229
+
Record{
230
+
config:"core.createObject",
231
+
usage:NotPlanned{reason:"it's valuable not to do writes unless needed on the lowest level, but we hope to avoid issues by not writing duplicate objects in the first place"}
0 commit comments