projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9434e15
)
Ensure myhtmlex is started before swarm
author
rinpatch
<rinpatch@sdf.org>
Mon, 28 Oct 2019 22:16:57 +0000
(
01:16
+0300)
committer
rinpatch
<rinpatch@sdf.org>
Mon, 28 Oct 2019 22:16:57 +0000
(
01:16
+0300)
Otherwise swarm is going to attempt resizing the cluster and timeout
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index dcb9d9ea8ff10598ffbddbe4be2b1119575df29f..705d56f0e80766949c6547159feac59087003919 100644
(file)
--- 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