mirror of
https://github.com/pretix/pretix.git
synced 2026-08-19 12:16:26 +00:00
Fix performance issues in download reminder (#6393)
* Fix performance issues in download reminder * Update src/pretix/base/services/orders.py Co-authored-by: Richard Schreiber <schreiber@pretix.eu> * Fixes after review * Fix check in loop --------- Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
co-authored by
Richard Schreiber
parent
5cf28f1b81
commit
f25c233e91
@@ -2930,7 +2930,7 @@ Your {event} team""")) # noqa: W291
|
||||
},
|
||||
'mail_days_download_reminder': {
|
||||
'type': int,
|
||||
'default': None
|
||||
'default': None # when this default is changed, send_download_reminders needs to change
|
||||
},
|
||||
'mail_send_download_reminder_attendee': {
|
||||
'type': bool,
|
||||
|
||||
Reference in New Issue
Block a user