From 985c8efd10a4ccc5e718a112a54e6044d3bd8865 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Tue, 5 Nov 2024 19:20:19 +0100 Subject: [PATCH] [docs-only] SSE_KEEPALIVE_INTERVAL envvar version consistenty --- services/sse/pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/sse/pkg/config/config.go b/services/sse/pkg/config/config.go index 10f3af100..057088289 100644 --- a/services/sse/pkg/config/config.go +++ b/services/sse/pkg/config/config.go @@ -16,7 +16,7 @@ type Config struct { Tracing *Tracing `yaml:"tracing"` Service Service `yaml:"-"` - KeepAliveInterval time.Duration `yaml:"keepalive_interval" env:"SSE_KEEPALIVE_INTERVAL" desc:"To prevent intermediate proxies from closing the SSE connection, send periodic SSE comments to keep it open." introductionVersion:"7.0"` + KeepAliveInterval time.Duration `yaml:"keepalive_interval" env:"SSE_KEEPALIVE_INTERVAL" desc:"To prevent intermediate proxies from closing the SSE connection, send periodic SSE comments to keep it open." introductionVersion:"7.0.0"` Events Events HTTP HTTP `yaml:"http"`