summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.exs1
-rw-r--r--config/description.exs14
2 files changed, 15 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 0fbca06f3..8a7c466d3 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -556,6 +556,7 @@ config :pleroma, Oban,
remote_fetcher: 2,
attachments_cleanup: 1,
new_users_digest: 1,
+ hashtags_cleanup: 1,
mute_expire: 5
],
plugins: [Oban.Plugins.Pruner],
diff --git a/config/description.exs b/config/description.exs
index d9b15e684..2e96024f5 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -461,6 +461,20 @@ config :pleroma, :config_description, [
},
%{
group: :pleroma,
+ key: :database,
+ type: :group,
+ description: "Database-related settings",
+ children: [
+ %{
+ key: :improved_hashtag_timeline,
+ type: :keyword,
+ description:
+ "If `true`, hashtags will be fetched from `hashtags` table for hashtags timeline. When `false`, object-embedded hashtags will be used (slower). Is auto-set to `true` (unless overridden) when HashtagsTableMigrator completes."
+ }
+ ]
+ },
+ %{
+ group: :pleroma,
key: :instance,
type: :group,
description: "Instance-related settings",