diff options
author | Hélène <pleroma-dev@helene.moe> | 2022-08-15 01:15:23 +0200 |
---|---|---|
committer | Hélène <pleroma-dev@helene.moe> | 2022-08-15 01:47:09 +0200 |
commit | 88c1c76d3eca3412d1e02008f1b8d96fe8fe0b96 (patch) | |
tree | da0e4065e3ed511f3c7ba4b0d40307b9da9f748c /config/config.exs | |
parent | bb02ee99f58e378e33162211f41fe5979d5da8ae (diff) | |
download | pleroma-88c1c76d3eca3412d1e02008f1b8d96fe8fe0b96.tar.gz pleroma-88c1c76d3eca3412d1e02008f1b8d96fe8fe0b96.zip |
Migrations: delete contexts with BaseMigrator
Due to the lengthiness of this task, the migration has been adapted into
a BaseMigrator migration, running in the background instead.
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 0fc959807..eadc255cc 100644 --- a/config/config.exs +++ b/config/config.exs @@ -673,6 +673,8 @@ config :pleroma, :features, improved_hashtag_timeline: :auto config :pleroma, :populate_hashtags_table, fault_rate_allowance: 0.01 +config :pleroma, :delete_context_objects, fault_rate_allowance: 0.01 + config :pleroma, :env, Mix.env() config :http_signatures, |