mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-20 11:09:00 +02:00
🚑 Fix bug that prevent Treafik plugin to pull first logs
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user