diff options
author | Maksim <parallel588@gmail.com> | 2020-01-22 16:58:43 +0000 |
---|---|---|
committer | Maksim <parallel588@gmail.com> | 2020-01-22 16:58:43 +0000 |
commit | d43c9ab286c410abfe903b56911888d75f492155 (patch) | |
tree | 09d2c05b470e2545d66e498ee955b43d1b2589bb /docs/configuration/cheatsheet.md | |
parent | b8d5c09f48a4b643f0dc60930bc69772a32a3b5e (diff) | |
download | pleroma-d43c9ab286c410abfe903b56911888d75f492155.tar.gz pleroma-d43c9ab286c410abfe903b56911888d75f492155.zip |
Apply suggestion to docs/configuration/cheatsheet.md
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index f690259bf..22f099581 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -515,7 +515,7 @@ Pleroma has the following queues: #### Oban.Cron -Pleroma has the periodic jobs: +Pleroma has these periodic job workers: `Pleroma.Workers.Cron.ClearOauthTokenWorker` - the job to clean an expired oauth tokens. |