Skip to content

Commit

Permalink
integration: remove old config
Browse files Browse the repository at this point in the history
Summary: this config was deleted from EdenConfig.h a while ago. It's safe to remove

Reviewed By: lXXXw

Differential Revision: D66833825

fbshipit-source-id: 9a5ff18d793a889bf9e9b348de66c85ba71ce285
  • Loading branch information
MichaelCuevas authored and facebook-github-bot committed Dec 5, 2024
1 parent eb19c08 commit a770e69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eden/integration/lib/testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ def edenfs_extra_config(self) -> Optional[Dict[str, List[str]]]:
"""
configs = {
"experimental": ["enable-nfs-server = true\nwindows-symlinks = false"],
"thrift": ["request-tree-metadata = true"],
# Defaulting to 8 retry threads is excessive when the test
# framework runs tests on each CPU core.
"hg": ['num-retry-threads = "2"'],
Expand Down

0 comments on commit a770e69

Please sign in to comment.