Skip to content

Commit

Permalink
increase to 5ms
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Jul 10, 2023
1 parent a7d1a0e commit 9deafb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9deafb7

Please sign in to comment.