src/Palete/LanguageClientVala.vala
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2024 14:30:56 +0000 (22:30 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2024 14:30:56 +0000 (22:30 +0800)
src/Palete/LanguageClientVala.vala

index 1be2b05..5261498 100644 (file)
@@ -478,7 +478,7 @@ namespace Palete {
                                });
                        }
                        
-                       this.countdown = 3;
+                       this.countdown = 2;
                        this.change_queue_file = file;
                         
                        
@@ -493,7 +493,7 @@ namespace Palete {
                        if (!this.isReady()) {
                                return;
                        }
-                       this.countdown = 9; // not really relivant..
+                       this.countdown = -2; // not really relivant..
                        this.change_queue_file = null; // this is more important..
                        
                    if (!this.open_files.contains(file)) {