You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[analysis server] Keep more of the recent requests
* Bump kept requests from 50 to 250
* Make the request storage (`RecentBuffer`) add in constant time instead
of linear time (modulo the `n` in `O(n)` being the constant 50 or 250
making the before theoretically constant too, but anyway).
Change-Id: Ib00bd038b06f167fd7298a87402a89a23fd53880
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/457025
Reviewed-by: Brian Wilkerson <[email protected]>
Commit-Queue: Jens Johansen <[email protected]>
0 commit comments