config/description.exs: Remove outdated information about Oban
authorrinpatch <rinpatch@sdf.org>
Sat, 19 Dec 2020 08:27:42 +0000 (11:27 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 19 Dec 2020 08:27:42 +0000 (11:27 +0300)
The version of Oban we depend on no longer uses ShareLocks, so this
note no longer applies.

config/description.exs

index a916a0711f5559c8248a30b2dc48847de6f209b7..cf004f0cfe32426cc916a3698e48e2a7348a81a7 100644 (file)
@@ -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,