diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-24 19:56:27 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-24 19:56:27 +0300 |
commit | 8efae966b1e87fe448a13d04eae0898c4a102c29 (patch) | |
tree | 9c2cb158991e7ac582a9e6b4e2979016ec3a4428 /lib/mix/tasks | |
parent | d44f9e3b6cfd5a0dae07f6194bfd05360afd6560 (diff) | |
download | pleroma-8efae966b1e87fe448a13d04eae0898c4a102c29.tar.gz |
open conn in separate task
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r-- | lib/mix/tasks/pleroma/benchmark.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/benchmark.ex b/lib/mix/tasks/pleroma/benchmark.ex index 01e079136..7a7430289 100644 --- a/lib/mix/tasks/pleroma/benchmark.ex +++ b/lib/mix/tasks/pleroma/benchmark.ex @@ -79,7 +79,7 @@ defmodule Mix.Tasks.Pleroma.Benchmark do start_pleroma() :ok = - Pleroma.Pool.Connections.open_conn( + Pleroma.Gun.Conn.open( "https://httpbin.org/stream-bytes/1500", :gun_connections ) |