-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pat-autosuggest): Add batching support for AJAX requests.
This PR introduces three new options for that: max-initial-size: Defines the batch size for the initial request (default: 10). ajax-batch-size: Defines the batch size for subsequent requests (default: 10). ajax-timeout: Defines the timeout in milliseconds before a AJAX request is submitted. (default: 400). Ref: scrum-1638
- Loading branch information
Showing
3 changed files
with
231 additions
and
9 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