-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow disabling multi_results capability
#57 set multi-results capability as a default. To safely upgrade to the latest version of Trilogy, we want to turn that option off and then turn it on one cluster at a time. This commit removes the multi-results capability default from TRILOGY_CAPABILITIES_CLIENT but will still set it unless the client is initialized with `multi_results: false`. We had an option to enable multi results, but removed it in #68 because the option was always a no-op. This PR adds the option back, with some modification. Co-authored-by: Daniel Colson <composerinteralia@github.com>
- Loading branch information
1 parent
c024516
commit be0fa65
Showing
4 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters