diff options
Diffstat (limited to 'packaging/conf')
| -rw-r--r-- | packaging/conf/hub.toml.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/conf/hub.toml.example b/packaging/conf/hub.toml.example index fc05591..640b2ce 100644 --- a/packaging/conf/hub.toml.example +++ b/packaging/conf/hub.toml.example @@ -107,7 +107,10 @@ hourly_budget = 200 # `hourly_budget - hourly_reserved_for_recovery`. hourly_reserved_for_recovery = 50 -# Per recipient, across every purpose, account and endpoint. This is the bound +# Per recipient. The daily cap counts every purpose, account and endpoint; the +# cooldown is shared within two families — invitations, and an account's own +# steps (sign-up code, reset, address change) — so an invitation does not hold +# back the sign-up code its invitee asks for a minute later. This is the bound # that describes what a person being flooded actually receives, and the only # one that does. destination_daily_cap = 10 |