-
Notifications
You must be signed in to change notification settings - Fork 990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add timeout flag #1677
Comments
@adiholden it's not a high priority. |
romange
added a commit
that referenced
this issue
Jan 5, 2025
`timeout` argument shuts down idle connections after the specified time. Fixes #1677 Signed-off-by: Roman Gershman <[email protected]>
romange
added a commit
that referenced
this issue
Jan 6, 2025
`timeout` argument shuts down idle connections after the specified time. Fixes #1677 Signed-off-by: Roman Gershman <[email protected]>
romange
added a commit
that referenced
this issue
Jan 6, 2025
`timeout` argument shuts down idle connections after the specified time. Fixes #1677 Signed-off-by: Roman Gershman <[email protected]>
romange
added a commit
that referenced
this issue
Jan 6, 2025
`timeout` argument shuts down idle connections after the specified time. Fixes #1677 Signed-off-by: Roman Gershman <[email protected]>
romange
added a commit
that referenced
this issue
Jan 6, 2025
`timeout` argument shuts down idle connections after the specified time. Fixes #1677 Signed-off-by: Roman Gershman <[email protected]>
romange
added a commit
that referenced
this issue
Jan 8, 2025
`timeout` argument shuts down idle connections after the specified time. Fixes #1677 Signed-off-by: Roman Gershman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
timeout flag - Close the connection after a client is idle for N seconds (0 to disable)
We should support updating this flag with config set command
The text was updated successfully, but these errors were encountered: