aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-12-20 13:40:08 +0000
committerlain <lain@soykaf.club>2020-12-20 13:40:08 +0000
commit19be32a74e758baf7eb8c738ba0f11de7cb7eb6e (patch)
tree661b8a5ff324d1aad4964ea9152b4debc2089520
parentd501e55ec7fbb31d3baef548f9f773648c13896e (diff)
parenta05e1d4e48a13d112cfbdd4afbc264a381e9c40e (diff)
downloadpleroma-19be32a74e758baf7eb8c738ba0f11de7cb7eb6e.tar.gz
Merge branch 'fix/remove-sharelock-warning-oban-configdb' into 'develop'
config/description.exs: Remove outdated information about Oban See merge request pleroma/pleroma!3208
-rw-r--r--config/description.exs10
1 files changed, 2 insertions, 8 deletions
diff --git a/config/description.exs b/config/description.exs
index a916a0711..cf004f0cf 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1953,14 +1953,8 @@ config :pleroma, :config_description, [
group: :pleroma,
key: Oban,
type: :group,
- description: """
- [Oban](https://github.com/sorentwo/oban) asynchronous job processor configuration.
-
- Note: if you are running PostgreSQL in [`silent_mode`](https://postgresqlco.nf/en/doc/param/silent_mode?version=9.1),
- it's advised to set [`log_destination`](https://postgresqlco.nf/en/doc/param/log_destination?version=9.1) to `syslog`,
- otherwise `postmaster.log` file may grow because of "you don't own a lock of type ShareLock" warnings
- (see https://github.com/sorentwo/oban/issues/52).
- """,
+ description:
+ "[Oban](https://github.com/sorentwo/oban) asynchronous job processor configuration.",
children: [
%{
key: :log,