entry completion: Reduce the timeout

Pop up the completion window after 100ms. The previous timeout
of 300ms was making completions feel slow.

https://bugzilla.gnome.org/show_bug.cgi?id=758929
This commit is contained in:
Matthias Clasen 2015-12-05 14:12:27 -05:00
parent 63c4b9226c
commit c73325c6b0

View File

@ -90,7 +90,7 @@
#include <string.h>
#define PAGE_STEP 14
#define COMPLETION_TIMEOUT 300
#define COMPLETION_TIMEOUT 100
/* signals */
enum