diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-21 20:19:09 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-21 20:23:08 +0300 |
commit | c041e9c6300726a40a00146bba04d3ec752219d9 (patch) | |
tree | 249ec53f15747e797e972398d34372447f649415 /config/description.exs | |
parent | 2634a16b4cefebfb2a13550bde3fd12e5acd9aaa (diff) | |
download | pleroma-c041e9c6300726a40a00146bba04d3ec752219d9.tar.gz pleroma-c041e9c6300726a40a00146bba04d3ec752219d9.zip |
[#3213] HashtagsTableMigrator: failures handling fix, retry function.
Changed default hashtags filtering strategy to non-aggregate approach.
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index b48616b22..46f085c70 100644 --- a/config/description.exs +++ b/config/description.exs @@ -940,7 +940,7 @@ config :pleroma, :config_description, [ key: :improved_hashtag_timeline, type: :keyword, description: - "If `true` / `:prefer_aggregation` / `:avoid_aggregation`, hashtags table and selected strategy will be used for hashtags timeline. When `false`, object-embedded hashtags will be used (slower). Is auto-set to `true` (unless overridden) when HashtagsTableMigrator completes." + "If `true` / `:prefer_aggregation`, hashtags table and selected strategy will be used for hashtags timeline. When `false`, object-embedded hashtags will be used (slower). Is auto-set to `true` (unless overridden) when HashtagsTableMigrator completes." } ] }, |