speed up SetMxIdDialog user check to 250ms as it was driving me MAD

i18nize new bottomleftmenu buttons
This commit is contained in:
Matthew Hodgson 2017-05-28 23:28:29 +01:00
parent 5c885922d9
commit 1efc5c2b25
7 changed files with 17 additions and 7 deletions

View file

@ -23,7 +23,7 @@ import classnames from 'classnames';
// The amount of time to wait for further changes to the input username before
// sending a request to the server
const USERNAME_CHECK_DEBOUNCE_MS = 2000;
const USERNAME_CHECK_DEBOUNCE_MS = 250;
/**
* Prompt the user to set a display name.