-
Notifications
You must be signed in to change notification settings - Fork 246
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
Consolidate Ivarator Configs #2644
Comments
Future work could tackle the following
|
Should |
No, that variable is only used on the webserver side to enforce a limit on the number of ivarator terms in a query. |
Is the code snippet from |
It would be good to consolidate several ivarator configs together into a single config object. This would improve code readability and reduce the chance that a simple change in one area isn't propagated.
As a first step, consolidate the following section of the ShardQueryLogic into a single IvaratorConfig object. For simplicity we can reuse the object mapper code from the IvaratorCacheDirConfig.
For the sake of backwards compatibility and downstream integration, leave the getter and setter methods for each of these variables, but delegate them to the ivarator config object.
The text was updated successfully, but these errors were encountered: