From 3925007c52185b3ed5883b26648f4b8068367fd6 Mon Sep 17 00:00:00 2001 From: cvancau Date: Mon, 10 Aug 2026 21:26:01 +0200 Subject: [PATCH] Actualiser src/utils/midiHelper.js --- src/utils/midiHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/midiHelper.js b/src/utils/midiHelper.js index cc05247..3f8f56c 100644 --- a/src/utils/midiHelper.js +++ b/src/utils/midiHelper.js @@ -1,5 +1,5 @@ const EXPECTED_DUMP_LENGTH = 297; -const MAX_DUMP_RETRIES = 10; +const MAX_DUMP_RETRIES = 25; const DUMP_RETRY_DELAY = 300; let dumpRetryCount = 0;