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