[#3213] Refactoring of HashtagsTableMigrator. Hashtag timeline performance optimizati...
[akkoma] / config / description.exs
index f438a88abc10a394670705f9aca9fb9a77a8e67d..c73d50f7db82d13ba4e918611597ca70d8c4378b 100644 (file)
@@ -941,6 +941,12 @@ config :pleroma, :config_description, [
         key: :show_reactions,
         type: :boolean,
         description: "Let favourites and emoji reactions be viewed through the API."
+      },
+      %{
+        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."
       }
     ]
   },