feat: strengthen backup and mobile workflows
This commit is contained in:
@@ -12,6 +12,11 @@ class Settings(BaseSettings):
|
||||
auto_create_schema: bool = False
|
||||
attachment_dir: str = "./data/attachments"
|
||||
attachment_max_mb: int = 20
|
||||
backup_max_archive_mb: int = 256
|
||||
backup_max_pending_per_user: int = 3
|
||||
backup_max_staged_mb_per_user: int = 768
|
||||
backup_preflight_ttl_seconds: int = 900
|
||||
backup_staging_dir: str = "./data/backup-staging"
|
||||
login_attempts: int = 5
|
||||
login_window_seconds: int = 300
|
||||
|
||||
|
||||
Reference in New Issue
Block a user