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