From 71dfba131f4cda5b66e3193f39371ca2555411ba Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Thu, 16 Jan 2025 23:16:25 +0100 Subject: [PATCH] might be more efficient --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 4d00729..8d5ef99 100644 --- a/config/config.go +++ b/config/config.go @@ -66,7 +66,7 @@ var DefaultConfig = ConfigS{ ParticleDrag: 5.0, DefaultToSingleChannel: false, PeakDetectSeparator: 100, - SingleChannelWindow: 1000, + SingleChannelWindow: 1200, } var Config ConfigS