summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-12-20 09:08:58 -0500
committerChristopher Speller <crspeller@gmail.com>2016-12-20 09:08:58 -0500
commitbf3fec604fc4ad0fd53d38490c18d872bccd629d (patch)
tree345838245dd4781d890009cc043dfa2723251ed4 /webapp/utils
parentd4b890fff10a459a39c2405d2e0f1ecf36b79542 (diff)
downloadchat-bf3fec604fc4ad0fd53d38490c18d872bccd629d.tar.gz
chat-bf3fec604fc4ad0fd53d38490c18d872bccd629d.tar.bz2
chat-bf3fec604fc4ad0fd53d38490c18d872bccd629d.zip
Remove autocomplete delay (#4819)
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index c86a7d23f..d23341ddb 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -865,7 +865,6 @@ export const Constants = {
MENTION_SPECIAL: 'mention.special',
DEFAULT_NOTIFICATION_DURATION: 5000,
STATUS_INTERVAL: 60000,
- AUTOCOMPLETE_TIMEOUT: 100,
SEARCH_TIMEOUT_MILLISECONDS: 100
};