Skip to content

Commit

Permalink
Raise listings cache time (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro authored Jul 21, 2024
1 parent 242d56e commit 137aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Universalis.DbAccess/MarketBoard/ListingStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static readonly Counter
Buckets = Histogram.ExponentialBuckets(1, 2, 16),
});

private static readonly TimeSpan ListingsCacheTime = TimeSpan.FromMinutes(10);
private static readonly TimeSpan ListingsCacheTime = TimeSpan.FromMinutes(15);
private static readonly TimeSpan LocalListingsCacheTime = TimeSpan.FromMinutes(5);

private readonly ILogger<ListingStore> _logger;
Expand Down

0 comments on commit 137aaeb

Please sign in to comment.