From 512dedff4e4c1c9e22796469a104fca125f280cc Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Fri, 31 Oct 2025 06:39:55 +1100 Subject: [PATCH] FE: increase filter debounce to 750ms #1254 Signed-off-by: jokob-sk --- front/devices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/devices.php b/front/devices.php index e6ed8261..daa3a67c 100755 --- a/front/devices.php +++ b/front/devices.php @@ -990,7 +990,7 @@ function initializeDatatable (status) { // search only after idle var typingTimer; // Timer identifier - var debounceTime = 500; // Delay in milliseconds + var debounceTime = 750; // Delay in milliseconds $('input[aria-controls="tableDevices"]').off().on('keyup', function () { clearTimeout(typingTimer); // Clear the previous timer