Skip to content

Commit

Permalink
Review FileGlobalConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Oct 17, 2024
1 parent 3f4c137 commit e72b596
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Ocelot/Configuration/File/FileGlobalConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ public FileGlobalConfiguration()

public string RequestIdKey { get; set; }

/// <summary>
/// The timeout in seconds for requests.
/// </summary>
/// <value>
/// The timeout value in seconds.
/// </value>
/// <summary>The timeout in seconds for requests.</summary>
/// <value>A <see cref="Nullable{T}"/> (T is <see cref="int"/>) value in seconds.</value>
public int? Timeout { get; set; }

public FileServiceDiscoveryProvider ServiceDiscoveryProvider { get; set; }
Expand Down

0 comments on commit e72b596

Please sign in to comment.