diff options
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/conf/hub.toml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/conf/hub.toml.example b/packaging/conf/hub.toml.example index 5407436..fc05591 100644 --- a/packaging/conf/hub.toml.example +++ b/packaging/conf/hub.toml.example @@ -129,3 +129,8 @@ reset_cooldown = 300 # recipient, and without the exemption a typo would lock the account out of # correcting it for two days. email_change_cooldown = 172800 # 48 hours + +# Invitation-link mails one account may have this hub send in a day. A link +# goes to an address that may have no account here, at the request of anyone +# who owns a group — so, unlike the others, this one counts the sender. +invite_link_daily_cap = 10 |