From 4017d024720762f8f3a35fbbee609a7744086c55 Mon Sep 17 00:00:00 2001 From: Chris Guida Date: Tue, 22 Feb 2022 15:34:28 -0600 Subject: [PATCH] speed up shutdown --- backend/src/sound.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/sound.rs b/backend/src/sound.rs index 2d52e1a7f..87e8c65ee 100644 --- a/backend/src/sound.rs +++ b/backend/src/sound.rs @@ -347,7 +347,7 @@ pub const CHIME: Song<[(Option, TimeSlice); 2]> = song!(400, [ note(E, 6, Tie(&Dot(&Quarter), &Half)); ]); -pub const SHUTDOWN: Song<[(Option, TimeSlice); 12]> = song!(120, [ +pub const SHUTDOWN: Song<[(Option, TimeSlice); 12]> = song!(200, [ note(C, 5, Eighth); rest(Eighth); note(G, 4, Triplet(&Eighth));