Skip to content
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

Implement maximum_results option #1215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Apr 22, 2024

  1. Implement maximum_results option

    When working on large mono-repos some queries might take a
    very long time due to listing all files on the project.
    
    This waiting time is a combination of building the results
    array and serialising it back.
    
    This commit adds a query option `maximum_results`, which
    allows clients to ask the server to truncate results above
    a certain threshold number.
    
    On that case, a flag is sent back indicating to the client
    results have been truncated.
    yamadapc committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a7cf710 View commit details
    Browse the repository at this point in the history