From 1aca56a064518859a85be7241c9847a8a5583399 Mon Sep 17 00:00:00 2001 From: Jagadeesh Date: Mon, 14 Jul 2025 05:25:46 +0000 Subject: [PATCH] [chore] : (#48) increase log cleanup frequency and enable auto-deletion --- frappe/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/hooks.py b/frappe/hooks.py index 467dacd354c0..fc237f665600 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -561,6 +561,7 @@ "Integration Request": 90, "Activity Log": 90, "Route History": 90, + "Biometric Log": 30, } # These keys will not be erased when doing frappe.clear_cache()