Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

filter: Use nats_pending_max_mb #70

Merged
merged 1 commit into from
Apr 24, 2018

Conversation

mjs
Copy link
Contributor

@mjs mjs commented Apr 24, 2018

As for the writer, the filter now uses the nats_pending_max_mb configuration option to set the maximum pending buffer size for the incoming NATS subject. Previously it was using the default size of 65MB. Using a higher number may help to prevent dropped messages in the filter. The default is 200MB.

As for the writer, the filter now uses the `nats_pending_max_mb`
configuration option to set the maximum pending buffer size for the
incoming NATS subject. Previously it was using the default size of
65MB. Using a higher number may help to prevent dropped messages in
the filter. The default is 200MB.
@mjs mjs requested a review from oplehto April 24, 2018 05:00
@oplehto oplehto merged commit ca0c897 into jumptrading:master Apr 24, 2018
@mjs mjs deleted the filter-nats-pending-limits branch April 24, 2018 05:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants