Skip to content

Commit

Permalink
fix: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobreuer committed Feb 16, 2024
1 parent 4255428 commit 20ee10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lavalink4NET.Rest/LavalinkTrackCacheOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System;

public readonly record struct LavalinkTrackCacheOptions(
TimeSpan? SuccessCacheDuration = null, // default: 2 hours
TimeSpan? FailureCacheDuration = null) // default: 10 minutes
TimeSpan? SuccessCacheDuration = null, // default: 8 hours
TimeSpan? FailureCacheDuration = null) // default: 30 minutes
{
public static LavalinkTrackCacheOptions Default => default;
}

0 comments on commit 20ee10b

Please sign in to comment.