Skip to content

Commit 80e39e6

Browse files
author
Delta-Kronecker
committed
change default strategy from lowlatency to ultimate
1 parent 5be465c commit 80e39e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/start-tor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private static string ResolveDataDir()
9292
private static readonly string[] StrategyNames = { "standard", "balanced", "aggressive", "ultimate", "lowlatency" };
9393
// The shipped default when no data\strategy.txt exists yet. Looked up by
9494
// NAME (not "last array element") so appending presets never shifts it.
95-
private const string DefaultStrategyName = "lowlatency";
95+
private const string DefaultStrategyName = "ultimate";
9696
private static int DefaultStrategy()
9797
{
9898
for (int i = 0; i < StrategyNames.Length; i++)

0 commit comments

Comments
 (0)