@@ -166,23 +166,7 @@ static int set_recommended_config(int reconfigure)
166
166
{ "core.FSCache" , "true" , 1 },
167
167
{ "core.multiPackIndex" , "true" , 1 },
168
168
{ "core.preloadIndex" , "true" , 1 },
169
- #ifndef WIN32
170
169
{ "core.untrackedCache" , "true" , 1 },
171
- #else
172
- /*
173
- * Unfortunately, Scalar's Functional Tests demonstrated
174
- * that the untracked cache feature is unreliable on Windows
175
- * (which is a bummer because that platform would benefit the
176
- * most from it). For some reason, freshly created files seem
177
- * not to update the directory's `lastModified` time
178
- * immediately, but the untracked cache would need to rely on
179
- * that.
180
- *
181
- * Therefore, with a sad heart, we disable this very useful
182
- * feature on Windows.
183
- */
184
- { "core.untrackedCache" , "false" , 1 },
185
- #endif
186
170
{ "core.logAllRefUpdates" , "true" , 1 },
187
171
{ "credential.https://dev.azure.com.useHttpPath" , "true" , 1 },
188
172
{ "credential.validate" , "false" , 1 }, /* GCM4W-only */
0 commit comments