diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-16 14:01:35 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-16 14:01:35 +0300 |
commit | ba90a6d3e5c1f0a69044ec68748aeed870a085c0 (patch) | |
tree | 9558b7c44e59e70862c3dc1c905019d64f314e17 /config/benchmark.exs | |
parent | 34fd1c2c9d685c160fd2c20602840bfa9dceb38f (diff) | |
download | pleroma-ba90a6d3e5c1f0a69044ec68748aeed870a085c0.tar.gz pleroma-ba90a6d3e5c1f0a69044ec68748aeed870a085c0.zip |
removing from descriptions.exs deprecated settings
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r-- | config/benchmark.exs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs index 84c6782a2..ff59395cf 100644 --- a/config/benchmark.exs +++ b/config/benchmark.exs @@ -61,8 +61,6 @@ config :web_push_encryption, :vapid_details, config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock -config :pleroma_job_queue, disabled: true - config :pleroma, Pleroma.ScheduledActivity, daily_user_limit: 2, total_user_limit: 3, |