From 1e82ecd1b9fbda923399c09e8584a6a0aaf0807b Mon Sep 17 00:00:00 2001 From: Mathieu HANOTAUX Date: Sun, 11 Dec 2022 21:48:19 +0100 Subject: [PATCH] :ambulance: Fix bug that prevent Treafik plugin to pull first logs --- bouncer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bouncer.go b/bouncer.go index c0ef4a0..62d5541 100644 --- a/bouncer.go +++ b/bouncer.go @@ -105,7 +105,7 @@ func New(ctx context.Context, next http.Handler, config *configuration.Config, n IdleConnTimeout: 30 * time.Second, TLSClientConfig: tlsConfig, }, - Timeout: 2 * time.Second, + Timeout: 10 * time.Second, }, } if config.RedisCacheEnabled {