diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 0da17e4b98..95d1f01f5f 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -849,7 +849,7 @@ export const Constants = { MENTION_SPECIAL: 'mention.special', DEFAULT_NOTIFICATION_DURATION: 5000, STATUS_INTERVAL: 60000, - AUTOCOMPLETE_TIMEOUT: 200 + AUTOCOMPLETE_TIMEOUT: 100 }; export default Constants;