From 09812bbd3ffec645cb19b2ddf76af67bb729e398 Mon Sep 17 00:00:00 2001
From: Kai Moritz <kai@juplo.de>
Date: Fri, 11 Apr 2025 17:51:50 +0200
Subject: [PATCH] =?utf8?q?Default=20f=C3=BCr=20Parameter=20`juplo.consumer?=
 =?utf8?q?.throttle`=20korrigiert?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/application.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 98ea128..21fef28 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -10,7 +10,7 @@ juplo:
     batch-size: 16384
     linger: 0
     compression-type: gzip
-    throttle: 500
+    throttle: 500ms
 management:
   endpoint:
     shutdown:
-- 
2.20.1