Files
labca/patches/cmd_config.patch
Arjan H f14a2636c5 Bump boulder version to release-2025-02-04; add redis container
Let's Encrypt has changed the rate limiter to require redis, so we can
no longer remove it from the docker compose filei completely. But at
least we can run it once instead of four instances.
2025-02-10 19:38:38 +01:00

14 lines
518 B
Diff

diff --git a/cmd/config.go b/cmd/config.go
index 3072f206c..f7271cb7c 100644
--- a/cmd/config.go
+++ b/cmd/config.go
@@ -456,7 +456,7 @@ type GRPCServerConfig struct {
// this controls how long it takes before a client learns about changes to its
// backends.
// https://pkg.go.dev/google.golang.org/grpc/keepalive#ServerParameters
- MaxConnectionAge config.Duration `validate:"required"`
+ MaxConnectionAge config.Duration
}
// GRPCServiceConfig contains the information needed to configure a gRPC service.