| Index: pkg/analysis_server/lib/src/domain_completion.dart
|
| diff --git a/pkg/analysis_server/lib/src/domain_completion.dart b/pkg/analysis_server/lib/src/domain_completion.dart
|
| index 4a194eeedd9e698406fe2b9287ebd1be9f97f883..08a904343a18aa47153b8ae0f35dfe7ef8e397cf 100644
|
| --- a/pkg/analysis_server/lib/src/domain_completion.dart
|
| +++ b/pkg/analysis_server/lib/src/domain_completion.dart
|
| @@ -58,7 +58,7 @@ class CompletionDomainHandler implements RequestHandler {
|
| /**
|
| * The maximum number of performance measurements to keep.
|
| */
|
| - static const int performanceListMaxLength = 50;
|
| + static const int performanceListMaxLength = 0;
|
|
|
| /**
|
| * Performance for the last priority change event.
|
|
|