🚑 Fix bug that prevent Treafik plugin to pull first logs

This commit is contained in:
Mathieu HANOTAUX
2022-12-11 21:48:19 +01:00
parent 4cca0bc2fb
commit 1e82ecd1b9
+1 -1
View File
@@ -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 {