mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Model-based mail queuing
This commit is contained in:
@@ -855,6 +855,8 @@ COUNTRIES_OVERRIDE = {
|
||||
DATA_UPLOAD_MAX_NUMBER_FIELDS = 25000
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 10 * 1024 * 1024 # 10 MB
|
||||
|
||||
OUTGOING_MAIL_RETENTION = 14 * 24 * 3600 # 14 days in seonds
|
||||
|
||||
# File sizes are in MiB
|
||||
FILE_UPLOAD_MAX_SIZE_IMAGE = 1024 * 1024 * config.getint("pretix_file_upload", "max_size_image", fallback=10)
|
||||
FILE_UPLOAD_MAX_SIZE_FAVICON = 1024 * 1024 * config.getint("pretix_file_upload", "max_size_favicon", fallback=1)
|
||||
|
||||
Reference in New Issue
Block a user