Skip to content
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

Allow per-location directives push_stream_max_messages_stored and push_stream_message_ttl #298

Closed
wants to merge 5 commits into from

Conversation

StrathCole
Copy link

This PR allows to use push_stream_max_messages_stored and push_stream_message_ttl in server and location.

One thing this PR does not handle is taking into account the above-mentioned settings in regard to EVENT messages for the channels. Those will always use the values configured in http scope.

Mind the difference between push_stream_max_messages_stored_per_channel (http scope) and push_stream_max_messages_stored (server and location scope).

The push_stream_message_ttl is the same naming in all three scopes.

fixes #158

@StrathCole StrathCole closed this by deleting the head repository Jul 25, 2023
@sunnychun
Copy link

sunnychun commented Jul 25, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

individual push_stream_message_ttl and push_stream_max_messages_stored_per_channel per channel
2 participants