Support Bandit as an alternate HTTP backend to Cowboy. This is currently considered experimental, but may improve performance and resource usage.
This commit is contained in:
parent
4dd8a1a1ca
commit
0c5bec0493
3 changed files with 4 additions and 0 deletions
1
mix.exs
1
mix.exs
|
|
@ -188,6 +188,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:exile,
|
||||
git: "https://git.pleroma.social/pleroma/elixir-libraries/exile.git",
|
||||
ref: "0d6337cf68e7fbc8a093cae000955aa93b067f91"},
|
||||
{:bandit, "~> 1.2"},
|
||||
|
||||
## dev & test
|
||||
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue