summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-07-31 14:12:29 +0300
committerrinpatch <rinpatch@sdf.org>2019-07-31 14:12:29 +0300
commitc88a5d32514f4ed78e4b9216198db62e8799ffe4 (patch)
treebc979f2522156be74138491114892e7acbeaafcb /config
parent41e0304757c5a0d9778f7e685c9ddf481f0e15cb (diff)
parent66575061851f13355958fd292ee545462bf191c0 (diff)
downloadpleroma-c88a5d32514f4ed78e4b9216198db62e8799ffe4.tar.gz
pleroma-c88a5d32514f4ed78e4b9216198db62e8799ffe4.zip
Merge branch 'develop' into feature/hide-follows-remote
Diffstat (limited to 'config')
-rw-r--r--config/config.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 569411866..17770640a 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -534,7 +534,8 @@ config :pleroma, :rate_limit,
relation_id_action: {60_000, 2},
statuses_actions: {10_000, 15},
status_id_action: {60_000, 3},
- password_reset: {1_800_000, 5}
+ password_reset: {1_800_000, 5},
+ account_confirmation_resend: {8_640_000, 5}
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.