Merge pull request #10478 from owncloud/fix_envvar_version
[docs-only] SSE_KEEPALIVE_INTERVAL envvar version consistenty
This commit is contained in:
@@ -16,7 +16,7 @@ type Config struct {
|
|||||||
Tracing *Tracing `yaml:"tracing"`
|
Tracing *Tracing `yaml:"tracing"`
|
||||||
|
|
||||||
Service Service `yaml:"-"`
|
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
|
Events Events
|
||||||
HTTP HTTP `yaml:"http"`
|
HTTP HTTP `yaml:"http"`
|
||||||
|
|||||||
Reference in New Issue
Block a user