Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
97201f7e
Commit
97201f7e
authored
Nov 17, 2020
by
feld
Browse files
Need to start web_resp cache or mix task fails
parent
d33b9e7b
Pipeline
#32952
passed with stages
in 15 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/mix/pleroma.ex
View file @
97201f7e
...
@@ -14,7 +14,7 @@ defmodule Mix.Pleroma do
...
@@ -14,7 +14,7 @@ defmodule Mix.Pleroma do
:swoosh
,
:swoosh
,
:timex
:timex
]
]
@cachex_children
[
"object"
,
"user"
,
"scrubber"
]
@cachex_children
[
"object"
,
"user"
,
"scrubber"
,
"web_resp"
]
@doc
"Common functions to be reused in mix tasks"
@doc
"Common functions to be reused in mix tasks"
def
start_pleroma
do
def
start_pleroma
do
Pleroma
.
Config
.
Holder
.
save_default
()
Pleroma
.
Config
.
Holder
.
save_default
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment