From 9deafb74d1303870a546e580568a303ee6d99ce2 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Mon, 10 Jul 2023 20:06:29 +0000 Subject: [PATCH] increase to 5ms Signed-off-by: Kawika Avilla --- .../public/application/utils/create_dashboard_app_state.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/dashboard/public/application/utils/create_dashboard_app_state.tsx b/src/plugins/dashboard/public/application/utils/create_dashboard_app_state.tsx index b6b5d9873a76..77bc48634b76 100644 --- a/src/plugins/dashboard/public/application/utils/create_dashboard_app_state.tsx +++ b/src/plugins/dashboard/public/application/utils/create_dashboard_app_state.tsx @@ -22,7 +22,7 @@ import { syncQueryStateWithUrl } from '../../../../data/public'; import { SavedObjectDashboard } from '../../saved_dashboards'; const APP_STATE_STORAGE_KEY = '_a'; -const APP_STATE_ON_CHANGE_DEBOUNCE_MS = 5; +const APP_STATE_ON_CHANGE_DEBOUNCE_MS = 10; interface Arguments { osdUrlStateStorage: IOsdUrlStateStorage;