src/Palete/ValaCompileQueue.vala
authorAlan <alan@roojs.com>
Tue, 2 Jan 2024 05:51:36 +0000 (13:51 +0800)
committerAlan <alan@roojs.com>
Tue, 2 Jan 2024 05:51:36 +0000 (13:51 +0800)
src/Palete/ValaCompileQueue.vala

index 75a7913..a4eb40b 100644 (file)
@@ -59,7 +59,8 @@ namespace Palete {
                                return;
                        }
                        this.next_request = req;
-                       this.countdown = this.countdown_start;
+
+                       this.countdown = this.last_request == null ? 1 : this.countdown_start;
                        if (this.countdown_running < 1) {
                                this.startCountdown();
                        }