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

Tuned example handling #85

Merged
merged 2 commits into from
Jul 16, 2022
Merged

Tuned example handling #85

merged 2 commits into from
Jul 16, 2022

Commits on Jul 16, 2022

  1. Re-enabled parameter descriptions as recommended rules

    not sure why I set these as not recommended?
    daveshanley committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    d950a29 View commit details
    Browse the repository at this point in the history
  2. Sped up example handling exponentially

    This damn rule has been the slowest since I wrote it. I don't like that I combined everything in here, but it is what it is for now. I managed to speed things up by running every schema operation async. This creates god knows how many thens of thousands more threads, but it completly unblocks the rule at scale.
    
    This rule is now super fast. I could get faster, but it's topping the charts for right now. Timeout in schema resolving increased to 500ms as it was tripping at lowerspeeds and creating random result counts.
    daveshanley committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    f2ae0d1 View commit details
    Browse the repository at this point in the history