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