Skip to content
Snippets Groups Projects
Commit 816591fa authored by Matt Traudt's avatar Matt Traudt Committed by Matt Traudt
Browse files

Turns out we don't need these options ...

If there's still ExitPolicy related issues as discussed on IRC, trac,
and this GH issue tracker, they will be handled separately in the branch
that actually hits the issues.
parent 854f12ac
Branches
Tags
No related merge requests found
......@@ -159,14 +159,6 @@ def launch_tor(conf):
'NOTICE file {}'.format(section['log']),
],
}
# Things needed to have all the descriptor information we need
c.update({
'FetchDirInfoEarly': '1',
'FetchDirInfoExtraEarly': '1',
'FetchUselessDescriptors': '1',
'UseMicrodescriptors': '0',
'DownloadExtraInfo': '1',
})
# Things needed to make circuits fail a little faster
c.update({
'LearnCircuitBuildTimeout': '0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment