mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Code quality improvement
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Semmle.Extraction.Entities
|
||||
{
|
||||
internal class ExtractionMessage : FreshEntity
|
||||
{
|
||||
private static readonly int limit = EnvironmentVariables.TryGetExtractorOption<int>("MESSAGE_LIMIT") ?? 10000;
|
||||
private static readonly int limit = EnvironmentVariables.TryGetExtractorNumberOption<int>("MESSAGE_LIMIT") ?? 10000;
|
||||
private static int messageCount = 0;
|
||||
|
||||
private readonly Message msg;
|
||||
|
||||
Reference in New Issue
Block a user