Skip to content

Commit b69a675

Browse files
committed
Update timeout
1 parent 05bf1ef commit b69a675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-controllers/src/snaps/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export const LEGACY_ENCRYPTION_KEY_DERIVATION_OPTIONS = {
2424
/**
2525
* The timeout for debouncing state updates.
2626
*/
27-
export const STATE_DEBOUNCE_TIMEOUT = 1_000;
27+
export const STATE_DEBOUNCE_TIMEOUT = 500;

0 commit comments

Comments
 (0)