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

Add configurable cap on amount of data changeserver will send to a single client #8

Open
kriswehner opened this issue Nov 4, 2016 · 1 comment

Comments

@kriswehner
Copy link

What we've found in the past is there is a threshold of change size beyond which it actually makes more sense for the client to simply request a new snapshot rather than process that volume of change.

We would need a command line switch (default disabled?) that specifies the total amount of change a given client can handle, and if the client has more than this pending number of changes when they go to fetch data, the server should return a failure condition to them and instruct them to refresh their database.

@kriswehner kriswehner changed the title Add configurable cap on amount of data changeserver will send in one response Add configurable cap on amount of data changeserver will send to a single client Nov 4, 2016
@kriswehner
Copy link
Author

Just to be clear: This isn't for a single response, but is the total number of pending changes for the client on the changeserver.

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

No branches or pull requests

1 participant