Skip to content

Commit

Permalink
Removed configurator cache setting (#628)
Browse files Browse the repository at this point in the history
The configurator cache setting has no purpose anymore, so it's been removed.

Co-authored-by: Hans <35447467+HansJuice@users.noreply.github.com>
  • Loading branch information
HansHappyHorizon and HansHappyHorizon authored Aug 9, 2024
1 parent a803a53 commit f9ae0b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions GeeksCoreLibrary/Core/Models/GclSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@ public GclSettings()
/// </summary>
public TimeSpan DefaultWiserItemsCacheDuration { get; set; } = new(1, 0, 0);

/// <summary>
/// The amount of time to cache Configurators.
/// </summary>
public TimeSpan DefaultConfiguratorsCacheDuration { get; set; } = new(1, 0, 0);

/// <summary>
/// The amount of time to cache various aspects of the ShoppingBasket.
/// </summary>
Expand Down

0 comments on commit f9ae0b9

Please sign in to comment.