src/Application.vala
authorAlan Knowles <alan@roojs.com>
Sun, 28 Jan 2024 12:35:20 +0000 (20:35 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 28 Jan 2024 12:35:20 +0000 (20:35 +0800)
src/Application.vala

index 93bf147..e2f4a29 100644 (file)
@@ -684,7 +684,7 @@ flutter-project  -  was try and read flutter data (but desnt work.)
                
                public static void updateCompileResults( )
                {
-                       queue_update_compile_countdown = 4; // 1 second after last call.
+                       queue_update_compile_countdown = 2; // 1 second after last call.
                        if (queue_update_compile_id == 0) {
                                queue_update_compile_id = GLib.Timeout.add(250, () => {
                                        if (queue_update_compile_countdown < 0) {