From 668fbce6877787459f5eb5306ff85562feff8435 Mon Sep 17 00:00:00 2001 From: sij <sij@sij.law> Date: Sat, 8 Feb 2025 01:30:51 +0000 Subject: [PATCH] Update example-config.yaml Set more reasonable 10 minute downtime period --- example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index 1be4e7b..57a1634 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -3,7 +3,7 @@ homeserver: "we2.ee" # Token reset configuration token_reset_time_utc: 0 # 00:00 UTC -downtime_before_token_reset: 30 # 30 minutes before that time, registration is closed +downtime_before_token_reset: 10 # 10 minutes before that time, registration is closed # Email rate limiting and multiple account settings email_cooldown: 3600 # 1 hour cooldown between requests for the same email