Added global remaining daily messages across services to ui

This commit is contained in:
Andrew Shumway
2023-06-01 10:44:13 -06:00
parent 3abb61614c
commit bd798e78b6
8 changed files with 43 additions and 20 deletions
+2
View File
@@ -45,6 +45,8 @@ class Config(object):
DEFAULT_SERVICE_LIMIT = 50
GLOBAL_SERVICE_MESSAGE_LIMIT = 5000
EMAIL_EXPIRY_SECONDS = 3600 # 1 hour
INVITATION_EXPIRY_SECONDS = 3600 * 24 * 2 # 2 days - also set on api
EMAIL_2FA_EXPIRY_SECONDS = 1800 # 30 Minutes