Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static async Task InitializeAsync(long maxDownloadSpeed, FileInfo logFile
var ariaHost = $"http://localhost:{ariaPort}/jsonrpc";

var ariaArgs =
$"--enable-rpc --rpc-secret={secret} --rpc-listen-port={ariaPort} --log=\"{logFile.FullName}\" --log-level=notice --max-connection-per-server=8 --auto-file-renaming=false --allow-overwrite=true";
$"--enable-rpc --rpc-secret={secret} --rpc-listen-port={ariaPort} --log=\"{logFile.FullName}\" --log-level=notice --max-connection-per-server=8 --auto-file-renaming=false --allow-overwrite=true --async-dns=false";

Log.Verbose($"[ARIA] Aria process not there, creating from {ariaPath} {ariaArgs}...");

Expand Down Expand Up @@ -184,4 +184,4 @@ public override async Task CancelAsync()
await manager.PauseAllTasks();
}
}
}
}