chore: add Email Queue Recipient as a dummy placeholder in default_log_clearing_doctypes

This commit is contained in:
phot0n 2025-11-21 15:25:02 +05:30
parent 3c754cac23
commit a316f288df

View file

@ -567,6 +567,7 @@ default_log_clearing_doctypes = {
"Route History": 90,
"OAuth Bearer Token": 30,
"API Request Log": 90,
"Email Queue Recipient": 30, # this is added as a dummy placeholder and clearing is handled by Email Queue itself
}
# These keys will not be erased when doing frappe.clear_cache()