From: rinpatch Date: Mon, 28 Oct 2019 22:16:57 +0000 (+0300) Subject: Ensure myhtmlex is started before swarm X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=2453928b57d3dbe60a5f6a4a85f2f03d3192108e;p=akkoma Ensure myhtmlex is started before swarm Otherwise swarm is going to attempt resizing the cluster and timeout --- diff --git a/mix.exs b/mix.exs index dcb9d9ea8..705d56f0e 100644 --- a/mix.exs +++ b/mix.exs @@ -63,7 +63,7 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack], + extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :myhtmlex, :swarm], included_applications: [:ex_syslogger] ] end