[#3213] rescue around potentially-raising Repo.insert_all/_ calls. Misc. improvements (docs etc.).
This commit is contained in:
parent
5992382cf8
commit
349b8b0f4f
6 changed files with 51 additions and 22 deletions
|
|
@ -473,6 +473,20 @@ config :pleroma, :config_description, [
|
|||
}
|
||||
]
|
||||
},
|
||||
%{
|
||||
group: :pleroma,
|
||||
key: :populate_hashtags_table,
|
||||
type: :group,
|
||||
description: "`populate_hashtags_table` background migration settings",
|
||||
children: [
|
||||
%{
|
||||
key: :sleep_interval_ms,
|
||||
type: :integer,
|
||||
description:
|
||||
"Sleep interval between each chunk of processed records in order to decrease the load on the system (defaults to 0 and should be keep default on most instances)."
|
||||
}
|
||||
]
|
||||
},
|
||||
%{
|
||||
group: :pleroma,
|
||||
key: :instance,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue