[gnome-builder/wip/gtk4-port] plugins/symbol-tree: use previous delay period



commit 335626b3503a6024235e0e083510b0a53c04cd5f
Author: Christian Hergert <chergert redhat com>
Date:   Thu Apr 21 17:04:32 2022 -0700

    plugins/symbol-tree: use previous delay period
    
    Previously we had 500 as the delay, so we should continue to use that
    until we have a reason to do otherwise.

 src/plugins/symbol-tree/gbp-symbol-workspace-addin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/symbol-tree/gbp-symbol-workspace-addin.c 
b/src/plugins/symbol-tree/gbp-symbol-workspace-addin.c
index d8a1b001c..ecdd9dfaa 100644
--- a/src/plugins/symbol-tree/gbp-symbol-workspace-addin.c
+++ b/src/plugins/symbol-tree/gbp-symbol-workspace-addin.c
@@ -32,7 +32,7 @@
 #include "gbp-symbol-workspace-addin.h"
 #include "gbp-symbol-util.h"
 
-#define RELOAD_DELAY_MSEC 150
+#define RELOAD_DELAY_MSEC 500
 
 struct _GbpSymbolWorkspaceAddin
 {


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