From 3241b3abe4b574d5f1e21a8945229525c9240e3c Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 21 Nov 2016 12:17:28 -0500 Subject: Lower autocomplete timeout to 100ms (#4579) --- webapp/utils/constants.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/utils') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 0da17e4b9..95d1f01f5 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; -- cgit v1.2.3-1-g7c22