Skip to content

Commit

Permalink
remove hgImporterFetchFallback
Browse files Browse the repository at this point in the history
Summary:
# This diff

Removes a dead config option

# Context

The hg importer is long dead. We can remove this config option as it will never be used anywhere.

Differential Revision: D65491513

fbshipit-source-id: f55c26de87545a680ec76800d810564a2c19ab7e
  • Loading branch information
MichaelCuevas authored and facebook-github-bot committed Nov 5, 2024
1 parent c60560a commit c925174
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions eden/fs/config/EdenConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -843,14 +843,6 @@ class EdenConfig : private ConfigSettingManager {
1024,
this};

/**
* Whether fetching objects should fall back to hg importer process.
*/
ConfigSetting<bool> hgImporterFetchFallback{
"hg:importer-fetch-fallback",
true,
this};

ConfigSetting<uint32_t> hgActivityBufferSize{
"hg:activity-buffer-size",
100,
Expand Down

0 comments on commit c925174

Please sign in to comment.