From 9eee3e78a1592e3b78cbdfca658a1019e9b635a8 Mon Sep 17 00:00:00 2001
From: Kai Moritz <kai@juplo.de>
Date: Sun, 15 Jan 2023 20:15:48 +0100
Subject: [PATCH] README

---
 README.sh   | 1 +
 haproxy.cfg | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.sh b/README.sh
index 7b489490..49adab0b 100644
--- a/README.sh
+++ b/README.sh
@@ -1,2 +1,3 @@
 #!/bin/sh
 docker run --rm --sysctl net.ipv4.ip_unprivileged_port_start=0  -v $(pwd)./haproxy.cfg://usr/local/etc/haproxy/haproxy.cfg:ro haproxy:2.7 -c
+i=$(($i+1)); echo -n "Nachricht #$i -- $(date)" | http put :8080/5c73531c-6fc4-426c-adcb-afc5c140a0f7/kai/$i X-Shard:2
diff --git a/haproxy.cfg b/haproxy.cfg
index 2177daa2..d78a358a 100644
--- a/haproxy.cfg
+++ b/haproxy.cfg
@@ -3,7 +3,7 @@ defaults
   mode http
   timeout client 10s
   timeout connect 5s
-  timeout server 10s
+  timeout server 10m
   timeout http-request 10s
   log global
 
-- 
2.20.1