[gnome-builder] code-assist: change parse timeout



commit e2695de854aee238c235708b5fa7b16628d8bf9b
Author: Christian Hergert <christian hergert me>
Date:   Mon Oct 20 21:14:34 2014 -0700

    code-assist: change parse timeout

 src/editor/gb-editor-code-assistant.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/editor/gb-editor-code-assistant.c b/src/editor/gb-editor-code-assistant.c
index c137d3d..847574b 100644
--- a/src/editor/gb-editor-code-assistant.c
+++ b/src/editor/gb-editor-code-assistant.c
@@ -27,7 +27,7 @@
 #include "gca-service.h"
 #include "gca-structs.h"
 
-#define PARSE_TIMEOUT_MSEC 250
+#define PARSE_TIMEOUT_MSEC 500
 
 static GDBusConnection *gSessionBus;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]