default normal prefetch profile killswitch to on

Summary: The default for normal prefetch profiles should be set to "ON" since it is supported on all platforms. This will allow us to delete some managed configs, we can always turn it off using configs if needed.

Reviewed By: xavierd

Differential Revision: D32964459

fbshipit-source-id: 2db28ec08586d79daa8b6601e2457f3bd2afe9e9
This commit is contained in:
Genevieve Helsel 2021-12-14 17:35:02 -08:00 committed by Facebook GitHub Bot
parent 5dbfadbcd5
commit f050f6384d

View File

@ -697,7 +697,7 @@ class EdenConfig : private ConfigSettingManager {
*/
ConfigSetting<bool> enablePrefetchProfiles{
"prefetch-profiles:prefetching-enabled",
false,
true,
this};
/**