summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-03 10:57:27 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-03 10:57:27 +0300
commit2656f418183d0109a1706a78a2517b61e12871c7 (patch)
treecde267c230fa3837ff9dce2d47862a65acc35a26 /docs/configuration
parentaefb4dcff5721aaa20ebb52d4f7da4874cb1b612 (diff)
downloadpleroma-2656f418183d0109a1706a78a2517b61e12871c7.tar.gz
pleroma-2656f418183d0109a1706a78a2517b61e12871c7.zip
Remove silent mode note as it's no longer relevant
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 70a475363..9e5368cf1 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -444,11 +444,6 @@ This config contains two queues: `federator_incoming` and `federator_outgoing`.
`config :pleroma_job_queue, :queues` is replaced by `config :pleroma, Oban, :queues` and uses the same format (keys are queues' names, values are max concurrent jobs numbers).
-### Note on running with PostgreSQL in silent mode
-
-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).
-
## :workers
Includes custom worker options not interpretable directly by `Oban`.