Files
teleport/api/defaults
rosstimothy 054bc9e7b5 Reduce DefaultIdleTimeout to 30s (#23943)
An idle timeout of 6m keeps web api connections open too long on
Proxies that have any agents which do not have the changes from
#22832. Because the http.Server.IdleTimeout is set on all release
versions now, even when built with go.19, we experience this issue
because we no longer exercise the bug that was fixed in go1.20.
2023-03-31 23:19:13 +00:00
..