Skip to content

Commit 80995ec

Browse files
committed
Improve comments on environment variable names
1 parent d7f8b96 commit 80995ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/EnvironmentVariableNames.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ internal class EnvironmentVariableNames
2323
public const string CheckNugetFeedResponsiveness = "CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK";
2424

2525
/// <summary>
26-
/// Specifies the NuGet feeds to exclude from the responsiveness check.
26+
/// Specifies the NuGet feeds to exclude from the responsiveness check. The value is a space-separated list of feed URLs.
2727
/// </summary>
2828
public const string ExcludedNugetFeedsFromResponsivenessCheck = "CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_EXCLUDED";
2929

3030
/// <summary>
31-
/// Specifies the timeout for the initial check of NuGet feeds responsiveness.
31+
/// Specifies the timeout (as an integer) in milliseconds for the initial check of NuGet feeds responsiveness. The value is then doubled for each subsequent check.
3232
/// </summary>
3333
public const string NugetFeedResponsivenessInitialTimeout = "CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_TIMEOUT";
3434

0 commit comments

Comments
 (0)